charcode.htmlentity.dollar_lowercase library
Character codes based on HTML 4.01 character entity names.
For each entity name, e.g., nbsp
,
a constant with that name prefixed by $
is defined
for that entity's code point.
The HTML entities include the non-ASCII Latin-1 characters and symbols, mathematical symbols and Greek litters.
The five characters that are ASCII
are exported from the ascii.dart
library.
Three names conflict with ascii.dart
: $minus
, $sub
and $tilde
.
If importing both libraries, these three should be hidden from one of the
libraries.
Constants
- $Aacute → const int
-
Latin capital letter A with acute accent ('Á')
193
- $aacute → const int
-
Latin small letter a with acute accent ('á')
225
- $Acirc → const int
-
Latin capital letter A with circumflex ('Â')
194
- $acirc → const int
-
Latin small letter a with circumflex ('â')
226
- $acute → const int
-
acute accent (spacing acute) ('´')
180
- $AElig → const int
-
Latin capital letter AE (Latin capital ligature AE) ('Æ')
198
- $aelig → const int
-
Latin small letter ae (Latin small ligature ae) ('æ')
230
- $Agrave → const int
-
Latin capital letter A with grave accent (Latin capital letter A grave) ('À')
192
- $agrave → const int
-
Latin small letter a with grave accent ('à')
224
- $alefsym → const int
-
alef symbol (first transfinite cardinal) ('ℵ')
8501
- $Alpha → const int
-
Greek capital letter Alpha ('Α')
913
- $alpha → const int
-
Greek small letter alpha ('α')
945
- $amp → const int
-
Character '&', short name.
38
- $and → const int
-
logical and (wedge) ('∧')
8743
- $ang → const int
-
angle ('∠')
8736
- $apos → const int
-
Character "'".
39
- $Aring → const int
-
Latin capital letter A with ring above (Latin capital letter A ring) ('Å')
197
- $aring → const int
-
Latin small letter a with ring above ('å')
229
- $asymp → const int
-
almost equal to (asymptotic to) ('≈')
8776
- $Atilde → const int
-
Latin capital letter A with tilde ('Ã')
195
- $atilde → const int
-
Latin small letter a with tilde ('ã')
227
- $Auml → const int
-
Latin capital letter A with diaeresis ('Ä')
196
- $auml → const int
-
Latin small letter a with diaeresis ('ä')
228
- $bdquo → const int
-
double low-9 quotation mark ('„')
8222
- $Beta → const int
-
Greek capital letter Beta ('Β')
914
- $beta → const int
-
Greek small letter beta ('β')
946
- $brvbar → const int
-
broken bar (broken vertical bar) ('¦')
166
- $bull → const int
-
bullet (black small circle) ('•')
8226
- $cap → const int
-
intersection (cap) ('∩')
8745
- $Ccedil → const int
-
Latin capital letter C with cedilla ('Ç')
199
- $ccedil → const int
-
Latin small letter c with cedilla ('ç')
231
- $cedil → const int
-
cedilla (spacing cedilla) ('¸')
184
- $cent → const int
-
cent sign ('¢')
162
- $Chi → const int
-
Greek capital letter Chi ('Χ')
935
- $chi → const int
-
Greek small letter chi ('χ')
967
- $circ → const int
-
modifier letter circumflex accent ('ˆ')
710
- $clubs → const int
-
black club suit (shamrock) ('♣')
9827
- $cong → const int
-
congruent to ('≅')
8773
- $copy → const int
-
copyright symbol ('©')
169
- $crarr → const int
-
downwards arrow with corner leftwards (carriage return) ('↵')
8629
- $cup → const int
-
union (cup) ('∪')
8746
- $curren → const int
-
currency sign ('¤')
164
- $Dagger → const int
-
double dagger, double obelisk ('‡')
8225
- $dagger → const int
-
dagger, obelisk ('†')
8224
- $dArr → const int
-
downwards double arrow ('⇓')
8659
- $darr → const int
-
downwards arrow ('↓')
8595
- $deg → const int
-
degree symbol ('°')
176
- $Delta → const int
-
Greek capital letter Delta ('Δ')
916
- $delta → const int
-
Greek small letter delta ('δ')
948
- $diams → const int
-
black diamond suit ('♦')
9830
- $divide → const int
-
division sign (obelus) ('÷')
247
- $Eacute → const int
-
Latin capital letter E with acute accent ('É')
201
- $eacute → const int
-
Latin small letter e with acute accent ('é')
233
- $Ecirc → const int
-
Latin capital letter E with circumflex ('Ê')
202
- $ecirc → const int
-
Latin small letter e with circumflex ('ê')
234
- $Egrave → const int
-
Latin capital letter E with grave accent ('È')
200
- $egrave → const int
-
Latin small letter e with grave accent ('è')
232
- $empty → const int
-
empty set (null set); see also U+8960, ⌀ ('∅')
8709
- $emsp → const int
-
em space
8195
- $ensp → const int
-
en space
8194
- $Epsilon → const int
-
Greek capital letter Epsilon ('Ε')
917
- $epsilon → const int
-
Greek small letter epsilon ('ε')
949
- $equiv → const int
-
identical to; sometimes used for 'equivalent to' ('≡')
8801
- $Eta → const int
-
Greek capital letter Eta ('Η')
919
- $eta → const int
-
Greek small letter eta ('η')
951
- $ETH → const int
-
Latin capital letter Eth ('Ð')
208
- $eth → const int
-
Latin small letter eth ('ð')
240
- $Euml → const int
-
Latin capital letter E with diaeresis ('Ë')
203
- $euml → const int
-
Latin small letter e with diaeresis ('ë')
235
- $euro → const int
-
euro sign ('€')
8364
- $exist → const int
-
there exists ('∃')
8707
- $fnof → const int
-
Latin small letter f with hook (function, florin) ('ƒ')
402
- $forall → const int
-
for all ('∀')
8704
- $frac12 → const int
-
vulgar fraction one half (fraction one half) ('½')
189
- $frac14 → const int
-
vulgar fraction one quarter (fraction one quarter) ('¼')
188
- $frac34 → const int
-
vulgar fraction three quarters (fraction three quarters) ('¾')
190
- $frasl → const int
-
fraction slash (solidus) ('⁄')
8260
- $Gamma → const int
-
Greek capital letter Gamma ('Γ')
915
- $gamma → const int
-
Greek small letter gamma ('γ')
947
- $ge → const int
-
greater-than or equal to ('≥')
8805
- $gt → const int
-
Character '>'.
62
- $hArr → const int
-
left right double arrow ('⇔')
8660
- $harr → const int
-
left right arrow ('↔')
8596
- $hearts → const int
-
black heart suit (valentine) ('♥')
9829
- $hellip → const int
-
horizontal ellipsis (three dot leader) ('…')
8230
- $Iacute → const int
-
Latin capital letter I with acute accent ('Í')
205
- $iacute → const int
-
Latin small letter i with acute accent ('í')
237
- $Icirc → const int
-
Latin capital letter I with circumflex ('Î')
206
- $icirc → const int
-
Latin small letter i with circumflex ('î')
238
- $iexcl → const int
-
inverted exclamation mark ('¡')
161
- $Igrave → const int
-
Latin capital letter I with grave accent ('Ì')
204
- $igrave → const int
-
Latin small letter i with grave accent ('ì')
236
- $image → const int
-
black-letter capital I (imaginary part) ('ℑ')
8465
- $infin → const int
-
infinity ('∞')
8734
- $int → const int
-
integral ('∫')
8747
- $Iota → const int
-
Greek capital letter Iota ('Ι')
921
- $iota → const int
-
Greek small letter iota ('ι')
953
- $iquest → const int
-
inverted question mark (turned question mark) ('¿')
191
- $isin → const int
-
element of ('∈')
8712
- $Iuml → const int
-
Latin capital letter I with diaeresis ('Ï')
207
- $iuml → const int
-
Latin small letter i with diaeresis ('ï')
239
- $Kappa → const int
-
Greek capital letter Kappa ('Κ')
922
- $kappa → const int
-
Greek small letter kappa ('κ')
954
- $Lambda → const int
-
Greek capital letter Lambda ('Λ')
923
- $lambda → const int
-
Greek small letter lambda ('λ')
955
- $lang → const int
-
left-pointing angle bracket (bra) ('〈')
9001
- $laquo → const int
-
left-pointing double angle quotation mark (left pointing guillemet) ('«')
171
- $lArr → const int
-
leftwards double arrow ('⇐')
8656
- $larr → const int
-
leftwards arrow ('←')
8592
- $lceil → const int
-
left ceiling (APL upstile) ('⌈')
8968
- $ldquo → const int
-
left double quotation mark ('“')
8220
- $le → const int
-
less-than or equal to ('≤')
8804
- $lfloor → const int
-
left floor (APL downstile) ('⌊')
8970
- $lowast → const int
-
asterisk operator ('∗')
8727
- $loz → const int
-
lozenge ('◊')
9674
- $lrm → const int
-
left-to-right mark
8206
- $lsaquo → const int
-
single left-pointing angle quotation mark ('‹')
8249
- $lsquo → const int
-
left single quotation mark ('‘')
8216
- $lt → const int
-
Character '<'.
60
- $macr → const int
-
macron (spacing macron, overline, APL overbar) ('¯')
175
- $mdash → const int
-
em dash ('—')
8212
- $micro → const int
-
micro sign ('µ')
181
- $middot → const int
-
middle dot (Georgian comma, Greek middle dot) ('·')
183
- $minus → const int
-
minus sign ('−')
8722
- $Mu → const int
-
Greek capital letter Mu ('Μ')
924
- $mu → const int
-
Greek small letter mu ('μ')
956
- $nabla → const int
-
del or nabla (vector differential operator) ('∇')
8711
- $nbsp → const int
-
no-break space (non-breaking space)
160
- $ndash → const int
-
en dash ('–')
8211
- $ne → const int
-
not equal to ('≠')
8800
- $ni → const int
-
contains as member ('∋')
8715
- $not → const int
-
not sign ('¬')
172
- $notin → const int
-
not an element of ('∉')
8713
- $nsub → const int
-
not a subset of ('⊄')
8836
- $Ntilde → const int
-
Latin capital letter N with tilde ('Ñ')
209
- $ntilde → const int
-
Latin small letter n with tilde ('ñ')
241
- $Nu → const int
-
Greek capital letter Nu ('Ν')
925
- $nu → const int
-
Greek small letter nu ('ν')
957
- $Oacute → const int
-
Latin capital letter O with acute accent ('Ó')
211
- $oacute → const int
-
Latin small letter o with acute accent ('ó')
243
- $Ocirc → const int
-
Latin capital letter O with circumflex ('Ô')
212
- $ocirc → const int
-
Latin small letter o with circumflex ('ô')
244
- $OElig → const int
-
Latin capital ligature oe ('Œ')
338
- $oelig → const int
-
Latin small ligature oe ('œ')
339
- $Ograve → const int
-
Latin capital letter O with grave accent ('Ò')
210
- $ograve → const int
-
Latin small letter o with grave accent ('ò')
242
- $oline → const int
-
overline (spacing overscore) ('‾')
8254
- $Omega → const int
-
Greek capital letter Omega ('Ω')
937
- $omega → const int
-
Greek small letter omega ('ω')
969
- $Omicron → const int
-
Greek capital letter Omicron ('Ο')
927
- $omicron → const int
-
Greek small letter omicron ('ο')
959
- $oplus → const int
-
circled plus (direct sum) ('⊕')
8853
- $or → const int
-
logical or (vee) ('∨')
8744
- $ordf → const int
-
feminine ordinal indicator ('ª')
170
- $ordm → const int
-
masculine ordinal indicator ('º')
186
- $Oslash → const int
-
Latin capital letter O with stroke (Latin capital letter O slash) ('Ø')
216
- $oslash → const int
-
Latin small letter o with stroke (Latin small letter o slash) ('ø')
248
- $Otilde → const int
-
Latin capital letter O with tilde ('Õ')
213
- $otilde → const int
-
Latin small letter o with tilde ('õ')
245
- $otimes → const int
-
circled times (vector product) ('⊗')
8855
- $Ouml → const int
-
Latin capital letter O with diaeresis ('Ö')
214
- $ouml → const int
-
Latin small letter o with diaeresis ('ö')
246
- $para → const int
-
pilcrow sign (paragraph sign) ('¶')
182
- $part → const int
-
partial differential ('∂')
8706
- $permil → const int
-
per mille sign ('‰')
8240
- $perp → const int
-
up tack (orthogonal to, perpendicular) ('⊥')
8869
- $Phi → const int
-
Greek capital letter Phi ('Φ')
934
- $phi → const int
-
Greek small letter phi ('φ')
966
- $Pi → const int
-
Greek capital letter Pi ('Π')
928
- $pi → const int
-
Greek small letter pi ('π')
960
- $piv → const int
-
Greek pi symbol ('ϖ')
982
- $plusmn → const int
-
plus-minus sign (plus-or-minus sign) ('±')
177
- $pound → const int
-
pound sign ('£')
163
- $Prime → const int
-
double prime (seconds, inches) ('″')
8243
- $prime → const int
-
prime (minutes, feet) ('′')
8242
- $prod → const int
-
n-ary product (product sign) ('∏')
8719
- $prop → const int
-
proportional to ('∝')
8733
- $Psi → const int
-
Greek capital letter Psi ('Ψ')
936
- $psi → const int
-
Greek small letter psi ('ψ')
968
- $quot → const int
-
Character '"', short name.
34
- $radic → const int
-
square root (radical sign) ('√')
8730
- $rang → const int
-
right-pointing angle bracket (ket) ('〉')
9002
- $raquo → const int
-
right-pointing double angle quotation mark (right pointing guillemet) ('»')
187
- $rArr → const int
-
rightwards double arrow ('⇒')
8658
- $rarr → const int
-
rightwards arrow ('→')
8594
- $rceil → const int
-
right ceiling ('⌉')
8969
- $rdquo → const int
-
right double quotation mark ('”')
8221
- $real → const int
-
black-letter capital R (real part symbol) ('ℜ')
8476
- $reg → const int
-
registered sign (registered trademark symbol) ('®')
174
- $rfloor → const int
-
right floor ('⌋')
8971
- $Rho → const int
-
Greek capital letter Rho ('Ρ')
929
- $rho → const int
-
Greek small letter rho ('ρ')
961
- $rlm → const int
-
right-to-left mark
8207
- $rsaquo → const int
-
single right-pointing angle quotation mark ('›')
8250
- $rsquo → const int
-
right single quotation mark ('’')
8217
- $sbquo → const int
-
single low-9 quotation mark ('‚')
8218
- $Scaron → const int
-
Latin capital letter s with caron ('Š')
352
- $scaron → const int
-
Latin small letter s with caron ('š')
353
- $sdot → const int
-
dot operator ('⋅')
8901
- $sect → const int
-
section sign ('§')
167
- $shy → const int
-
soft hyphen (discretionary hyphen)
173
- $Sigma → const int
-
Greek capital letter Sigma ('Σ')
931
- $sigma → const int
-
Greek small letter sigma ('σ')
963
- $sigmaf → const int
-
Greek small letter final sigma ('ς')
962
- $sim → const int
-
tilde operator (varies with, similar to) ('∼')
8764
- $spades → const int
-
black spade suit ('♠')
9824
- $sub → const int
-
subset of ('⊂')
8834
- $sube → const int
-
subset of or equal to ('⊆')
8838
- $sum → const int
-
n-ary summation ('∑')
8721
- $sup → const int
-
superset of ('⊃')
8835
- $sup1 → const int
-
superscript one (superscript digit one) ('¹')
185
- $sup2 → const int
-
superscript two (superscript digit two, squared) ('²')
178
- $sup3 → const int
-
superscript three (superscript digit three, cubed) ('³')
179
- $supe → const int
-
superset of or equal to ('⊇')
8839
- $szlig → const int
-
Latin small letter sharp s (ess-zed); see German Eszett ('ß')
223
- $Tau → const int
-
Greek capital letter Tau ('Τ')
932
- $tau → const int
-
Greek small letter tau ('τ')
964
- $there4 → const int
-
therefore sign ('∴')
8756
- $Theta → const int
-
Greek capital letter Theta ('Θ')
920
- $theta → const int
-
Greek small letter theta ('θ')
952
- $thetasym → const int
-
Greek theta symbol ('ϑ')
977
- $thinsp → const int
-
thin space
8201
- $THORN → const int
-
Latin capital letter THORN ('Þ')
222
- $thorn → const int
-
Latin small letter thorn ('þ')
254
- $tilde → const int
-
small tilde ('˜')
732
- $times → const int
-
multiplication sign ('×')
215
- $trade → const int
-
trademark symbol ('™')
8482
- $Uacute → const int
-
Latin capital letter U with acute accent ('Ú')
218
- $uacute → const int
-
Latin small letter u with acute accent ('ú')
250
- $uArr → const int
-
upwards double arrow ('⇑')
8657
- $uarr → const int
-
upwards arrow ('↑')
8593
- $Ucirc → const int
-
Latin capital letter U with circumflex ('Û')
219
- $ucirc → const int
-
Latin small letter u with circumflex ('û')
251
- $Ugrave → const int
-
Latin capital letter U with grave accent ('Ù')
217
- $ugrave → const int
-
Latin small letter u with grave accent ('ù')
249
- $uml → const int
-
diaeresis (spacing diaeresis); see Germanic umlaut ('¨')
168
- $upsih → const int
-
Greek Upsilon with hook symbol ('ϒ')
978
- $Upsilon → const int
-
Greek capital letter Upsilon ('Υ')
933
- $upsilon → const int
-
Greek small letter upsilon ('υ')
965
- $Uuml → const int
-
Latin capital letter U with diaeresis ('Ü')
220
- $uuml → const int
-
Latin small letter u with diaeresis ('ü')
252
- $vellip → const int
-
vertical ellipsis ('⋮')
8942
- $weierp → const int
-
script capital P (power set, Weierstrass p) ('℘')
8472
- $Xi → const int
-
Greek capital letter Xi ('Ξ')
926
- $xi → const int
-
Greek small letter xi ('ξ')
958
- $Yacute → const int
-
Latin capital letter Y with acute accent ('Ý')
221
- $yacute → const int
-
Latin small letter y with acute accent ('ý')
253
- $yen → const int
-
yen sign (yuan sign) ('¥')
165
- $Yuml → const int
-
Latin capital letter y with diaeresis ('Ÿ')
376
- $yuml → const int
-
Latin small letter y with diaeresis ('ÿ')
255
- $Zeta → const int
-
Greek capital letter Zeta ('Ζ')
918
- $zeta → const int
-
Greek small letter zeta ('ζ')
950
- $zwj → const int
-
zero-width joiner
8205
- $zwnj → const int
-
zero-width non-joiner
8204