Class CharacterEntityReference
- All Implemented Interfaces:
CharSequence
,Comparable<Segment>
Click here to scroll down to the method summary.
The full list of HTML character entity references can be found at the following URL:
http://www.w3.org/TR/REC-html40/sgml/entities.html.
There are a total of 253 HTML character entity references, ranging from codepoints U+0022 to U+2666.
Static methods to encode and decode strings
and single characters can be found in the CharacterReference
superclass.
The '
entity reference is not defined for use in HTML.
It is defined in the XHTML Special Characters Entity Set,
and is the only one that is not included in both HTML and XHTML.
For this reason, the '
entity reference is recognised by this library in decoding functions, but in encoding functions
the numeric character reference '
is used instead.
Most modern browsers support it in both XHTML and HTML, with the notable exception
of Microsoft Internet Explorer 6.0, which doesn't support it in either.
CharacterEntityReference
instances are obtained using one of the following methods:
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final char
áá = á
-- latin small letter a with acute, U+00E1 ISOlat1.static final char
ÁÁ = Á
-- latin capital letter A with acute, U+00C1 ISOlat1.static final char
ââ = â
-- latin small letter a with circumflex, U+00E2 ISOlat1.static final char
ÂÂ = Â
-- latin capital letter A with circumflex, U+00C2 ISOlat1.static final char
´´ = ´
-- acute accent = spacing acute, U+00B4 ISOdia.static final char
ææ = æ
-- latin small letter ae = latin small ligature ae, U+00E6 ISOlat1.static final char
ÆÆ = Æ
-- latin capital letter AE = latin capital ligature AE, U+00C6 ISOlat1.static final char
àà = à
-- latin small letter a with grave = latin small letter a grave, U+00E0 ISOlat1.static final char
ÀÀ = À
-- latin capital letter A with grave = latin capital letter A grave, U+00C0 ISOlat1.static final char
static final char
αα = α
-- greek small letter alpha, U+03B1 ISOgrk3.static final char
ΑΑ = Α
-- greek capital letter alpha, U+0391.static final char
&& = &
-- ampersand, U+0026 ISOnum.static final char
∧∧ = ∧
-- logical and = wedge, U+2227 ISOtech.static final char
∠∠ = ∠
-- angle, U+2220 ISOamso.static final char
static final char
åå = å
-- latin small letter a with ring above = latin small letter a ring, U+00E5 ISOlat1.static final char
ÅÅ = Å
-- latin capital letter A with ring above = latin capital letter A ring, U+00C5 ISOlat1.static final char
≈≈ = ≈
-- almost equal to = asymptotic to, U+2248 ISOamsr.static final char
ãã = ã
-- latin small letter a with tilde, U+00E3 ISOlat1.static final char
ÃÃ = Ã
-- latin capital letter A with tilde, U+00C3 ISOlat1.static final char
ää = ä
-- latin small letter a with diaeresis, U+00E4 ISOlat1.static final char
ÄÄ = Ä
-- latin capital letter A with diaeresis, U+00C4 ISOlat1.static final char
„„ = „
-- double low-9 quotation mark, U+201E NEW.static final char
ββ = β
-- greek small letter beta, U+03B2 ISOgrk3.static final char
ΒΒ = Β
-- greek capital letter beta, U+0392.static final char
¦¦ = ¦
-- broken bar = broken vertical bar, U+00A6 ISOnum.static final char
static final char
∩∩ = ∩
-- intersection = cap, U+2229 ISOtech.static final char
çç = ç
-- latin small letter c with cedilla, U+00E7 ISOlat1.static final char
ÇÇ = Ç
-- latin capital letter C with cedilla, U+00C7 ISOlat1.static final char
¸¸ = ¸
-- cedilla = spacing cedilla, U+00B8 ISOdia.static final char
¢¢ = ¢
-- cent sign, U+00A2 ISOnum.static final char
χχ = χ
-- greek small letter chi, U+03C7 ISOgrk3.static final char
ΧΧ = Χ
-- greek capital letter chi, U+03A7.static final char
ˆˆ = ˆ
-- modifier letter circumflex accent, U+02C6 ISOpub.static final char
♣♣ = ♣
-- black club suit = shamrock, U+2663 ISOpub.static final char
≅≅ = ≅
-- approximately equal to, U+2245 ISOtech.static final char
©© = ©
-- copyright sign, U+00A9 ISOnum.static final char
↵↵ = ↵
-- downwards arrow with corner leftwards = carriage return, U+21B5 NEW.static final char
∪∪ = ∪
-- union = cup, U+222A ISOtech.static final char
¤¤ = ¤
-- currency sign, U+00A4 ISOnum.static final char
†† = †
-- dagger, U+2020 ISOpub.static final char
‡‡ = ‡
-- double dagger, U+2021 ISOpub.static final char
↓↓ = ↓
-- downwards arrow, U+2193 ISOnum.static final char
⇓⇓ = ⇓
-- downwards double arrow, U+21D3 ISOamsa.static final char
°° = °
-- degree sign, U+00B0 ISOnum.static final char
δδ = δ
-- greek small letter delta, U+03B4 ISOgrk3.static final char
ΔΔ = Δ
-- greek capital letter delta, U+0394 ISOgrk3.static final char
♦♦ = ♦
-- black diamond suit, U+2666 ISOpub.static final char
÷÷ = ÷
-- division sign, U+00F7 ISOnum.static final char
éé = é
-- latin small letter e with acute, U+00E9 ISOlat1.static final char
ÉÉ = É
-- latin capital letter E with acute, U+00C9 ISOlat1.static final char
êê = ê
-- latin small letter e with circumflex, U+00EA ISOlat1.static final char
ÊÊ = Ê
-- latin capital letter E with circumflex, U+00CA ISOlat1.static final char
èè = è
-- latin small letter e with grave, U+00E8 ISOlat1.static final char
ÈÈ = È
-- latin capital letter E with grave, U+00C8 ISOlat1.static final char
∅∅ = ∅
-- empty set = null set = diameter, U+2205 ISOamso.static final char
  =  
-- em space, U+2003 ISOpub.static final char
  =  
-- en space, U+2002 ISOpub.static final char
εε = ε
-- greek small letter epsilon, U+03B5 ISOgrk3.static final char
ΕΕ = Ε
-- greek capital letter epsilon, U+0395.static final char
≡≡ = ≡
-- identical to, U+2261 ISOtech.static final char
ηη = η
-- greek small letter eta, U+03B7 ISOgrk3.static final char
ΗΗ = Η
-- greek capital letter eta, U+0397.static final char
ðð = ð
-- latin small letter eth, U+00F0 ISOlat1.static final char
ÐÐ = Ð
-- latin capital letter ETH, U+00D0 ISOlat1.static final char
ëë = ë
-- latin small letter e with diaeresis, U+00EB ISOlat1.static final char
ËË = Ë
-- latin capital letter E with diaeresis, U+00CB ISOlat1.static final char
€€ = €
-- euro sign, U+20AC NEW.static final char
∃∃ = ∃
-- there exists, U+2203 ISOtech.static final char
ƒƒ = ƒ
-- latin small letter f with hook = function = florin, U+0192 ISOtech.static final char
∀∀ = ∀
-- for all, U+2200 ISOtech.static final char
½½ = ½
-- vulgar fraction one half = fraction one half, U+00BD ISOnum.static final char
¼¼ = ¼
-- vulgar fraction one quarter = fraction one quarter, U+00BC ISOnum.static final char
¾¾ = ¾
-- vulgar fraction three quarters = fraction three quarters, U+00BE ISOnum.static final char
⁄⁄ = ⁄
-- fraction slash, U+2044 NEW.static final char
γγ = γ
-- greek small letter gamma, U+03B3 ISOgrk3.static final char
ΓΓ = Γ
-- greek capital letter gamma, U+0393 ISOgrk3.static final char
≥≥ = ≥
-- greater-than or equal to, U+2265 ISOtech.static final char
>> = >
-- greater-than sign, U+003E ISOnum.static final char
↔↔ = ↔
-- left right arrow, U+2194 ISOamsa.static final char
⇔⇔ = ⇔
-- left right double arrow, U+21D4 ISOamsa.static final char
♥♥ = ♥
-- black heart suit = valentine, U+2665 ISOpub.static final char
…… = …
-- horizontal ellipsis = three dot leader, U+2026 ISOpub.static final char
íí = í
-- latin small letter i with acute, U+00ED ISOlat1.static final char
ÍÍ = Í
-- latin capital letter I with acute, U+00CD ISOlat1.static final char
îî = î
-- latin small letter i with circumflex, U+00EE ISOlat1.static final char
ÎÎ = Î
-- latin capital letter I with circumflex, U+00CE ISOlat1.static final char
¡¡ = ¡
-- inverted exclamation mark, U+00A1 ISOnum.static final char
ìì = ì
-- latin small letter i with grave, U+00EC ISOlat1.static final char
ÌÌ = Ì
-- latin capital letter I with grave, U+00CC ISOlat1.static final char
ℑℑ = ℑ
-- black-letter capital I = imaginary part, U+2111 ISOamso.static final char
∞∞ = ∞
-- infinity, U+221E ISOtech.static final char
∫∫ = ∫
-- integral, U+222B ISOtech.static final char
ιι = ι
-- greek small letter iota, U+03B9 ISOgrk3.static final char
ΙΙ = Ι
-- greek capital letter iota, U+0399.static final char
¿¿ = ¿
-- inverted question mark = turned question mark, U+00BF ISOnum.static final char
∈∈ = ∈
-- element of, U+2208 ISOtech.static final char
ïï = ï
-- latin small letter i with diaeresis, U+00EF ISOlat1.static final char
ÏÏ = Ï
-- latin capital letter I with diaeresis, U+00CF ISOlat1.static final char
κκ = κ
-- greek small letter kappa, U+03BA ISOgrk3.static final char
ΚΚ = Κ
-- greek capital letter kappa, U+039A.static final char
λλ = λ
-- greek small letter lambda, U+03BB ISOgrk3.static final char
ΛΛ = Λ
-- greek capital letter lambda, U+039B ISOgrk3.static final char
static final char
«« = «
-- left-pointing double angle quotation mark = left pointing guillemet, U+00AB ISOnum.static final char
←← = ←
-- leftwards arrow, U+2190 ISOnum.static final char
static final char
⌈⌈ = ⌈
-- left ceiling = APL upstile, U+2308 ISOamsc.static final char
““ = “
-- left double quotation mark, U+201C ISOnum.static final char
≤≤ = ≤
-- less-than or equal to, U+2264 ISOtech.static final char
⌊⌊ = ⌊
-- left floor = APL downstile, U+230A ISOamsc.static final char
∗∗ = ∗
-- asterisk operator, U+2217 ISOtech.static final char
◊◊ = ◊
-- lozenge, U+25CA ISOpub.static final char
‎ = ‎
-- left-to-right mark, U+200E NEW RFC 2070.static final char
‹‹ = ‹
-- single left-pointing angle quotation mark, U+2039 ISO proposed
(see comments).static final char
‘‘ = ‘
-- left single quotation mark, U+2018 ISOnum.static final char
<< = <
-- less-than sign, U+003C ISOnum.static final char
¯¯ = ¯
-- macron = spacing macron = overline = APL overbar, U+00AF ISOdia.static final char
—— = —
-- em dash, U+2014 ISOpub.static final char
µµ = µ
-- micro sign, U+00B5 ISOnum.static final char
·· = ·
-- middle dot = Georgian comma = Greek middle dot, U+00B7 ISOnum.static final char
−− = −
-- minus sign, U+2212 ISOtech.static final char
μμ = μ
-- greek small letter mu, U+03BC ISOgrk3.static final char
ΜΜ = Μ
-- greek capital letter mu, U+039C.static final char
∇∇ = ∇
-- nabla = backward difference, U+2207 ISOtech.static final char
=  
-- no-break space = non-breaking space, U+00A0 ISOnum.static final char
–– = –
-- en dash, U+2013 ISOpub.static final char
≠≠ = ≠
-- not equal to, U+2260 ISOtech.static final char
static final char
¬¬ = ¬
-- not sign = angled dash, U+00AC ISOnum.static final char
∉∉ = ∉
-- not an element of, U+2209 ISOtech.static final char
⊄⊄ = ⊄
-- not a subset of, U+2284 ISOamsn.static final char
ññ = ñ
-- latin small letter n with tilde, U+00F1 ISOlat1.static final char
ÑÑ = Ñ
-- latin capital letter N with tilde, U+00D1 ISOlat1.static final char
νν = ν
-- greek small letter nu, U+03BD ISOgrk3.static final char
ΝΝ = Ν
-- greek capital letter nu, U+039D.static final char
óó = ó
-- latin small letter o with acute, U+00F3 ISOlat1.static final char
ÓÓ = Ó
-- latin capital letter O with acute, U+00D3 ISOlat1.static final char
ôô = ô
-- latin small letter o with circumflex, U+00F4 ISOlat1.static final char
ÔÔ = Ô
-- latin capital letter O with circumflex, U+00D4 ISOlat1.static final char
static final char
ŒŒ = Œ
-- latin capital ligature OE, U+0152 ISOlat2.static final char
òò = ò
-- latin small letter o with grave, U+00F2 ISOlat1.static final char
ÒÒ = Ò
-- latin capital letter O with grave, U+00D2 ISOlat1.static final char
‾‾ = ‾
-- overline = spacing overscore, U+203E NEW.static final char
ωω = ω
-- greek small letter omega, U+03C9 ISOgrk3.static final char
ΩΩ = Ω
-- greek capital letter omega, U+03A9 ISOgrk3.static final char
οο = ο
-- greek small letter omicron, U+03BF NEW.static final char
ΟΟ = Ο
-- greek capital letter omicron, U+039F.static final char
⊕⊕ = ⊕
-- circled plus = direct sum, U+2295 ISOamsb.static final char
∨∨ = ∨
-- logical or = vee, U+2228 ISOtech.static final char
ªª = ª
-- feminine ordinal indicator, U+00AA ISOnum.static final char
ºº = º
-- masculine ordinal indicator, U+00BA ISOnum.static final char
øø = ø
-- latin small letter o with stroke, = latin small letter o slash, U+00F8 ISOlat1.static final char
ØØ = Ø
-- latin capital letter O with stroke = latin capital letter O slash, U+00D8 ISOlat1.static final char
õõ = õ
-- latin small letter o with tilde, U+00F5 ISOlat1.static final char
ÕÕ = Õ
-- latin capital letter O with tilde, U+00D5 ISOlat1.static final char
⊗⊗ = ⊗
-- circled times = vector product, U+2297 ISOamsb.static final char
öö = ö
-- latin small letter o with diaeresis, U+00F6 ISOlat1.static final char
ÖÖ = Ö
-- latin capital letter O with diaeresis, U+00D6 ISOlat1.static final char
¶¶ = ¶
-- pilcrow sign = paragraph sign, U+00B6 ISOnum.static final char
∂∂ = ∂
-- partial differential, U+2202 ISOtech.static final char
‰‰ = ‰
-- per mille sign, U+2030 ISOtech.static final char
⊥⊥ = ⊥
-- up tack = orthogonal to = perpendicular, U+22A5 ISOtech.static final char
φφ = φ
-- greek small letter phi, U+03C6 ISOgrk3.static final char
ΦΦ = Φ
-- greek capital letter phi, U+03A6 ISOgrk3.static final char
ππ = π
-- greek small letter pi, U+03C0 ISOgrk3.static final char
ΠΠ = Π
-- greek capital letter pi, U+03A0 ISOgrk3.static final char
ϖϖ = ϖ
-- greek pi symbol, U+03D6 ISOgrk3.static final char
±± = ±
-- plus-minus sign = plus-or-minus sign, U+00B1 ISOnum.static final char
££ = £
-- pound sign, U+00A3 ISOnum.static final char
′′ = ′
-- prime = minutes = feet, U+2032 ISOtech.static final char
″″ = ″
-- double prime = seconds = inches, U+2033 ISOtech.static final char
static final char
∝∝ = ∝
-- proportional to, U+221D ISOtech.static final char
ψψ = ψ
-- greek small letter psi, U+03C8 ISOgrk3.static final char
ΨΨ = Ψ
-- greek capital letter psi, U+03A8 ISOgrk3.static final char
"" = "
-- quotation mark = APL quote, U+0022 ISOnum.static final char
√√ = √
-- square root = radical sign, U+221A ISOtech.static final char
static final char
»» = »
-- right-pointing double angle quotation mark = right pointing guillemet, U+00BB ISOnum.static final char
→→ = →
-- rightwards arrow, U+2192 ISOnum.static final char
static final char
⌉⌉ = ⌉
-- right ceiling, U+2309 ISOamsc.static final char
”” = ”
-- right double quotation mark, U+201D ISOnum.static final char
ℜℜ = ℜ
-- black-letter capital R = real part symbol, U+211C ISOamso.static final char
®® = ®
-- registered sign = registered trade mark sign, U+00AE ISOnum.static final char
⌋⌋ = ⌋
-- right floor, U+230B ISOamsc.static final char
ρρ = ρ
-- greek small letter rho, U+03C1 ISOgrk3.static final char
ΡΡ = Ρ
-- greek capital letter rho, U+03A1.static final char
‏ = ‏
-- right-to-left mark, U+200F NEW RFC 2070.static final char
›› = ›
-- single right-pointing angle quotation mark, U+203A ISO proposed
(see comments).static final char
’’ = ’
-- right single quotation mark, U+2019 ISOnum.static final char
‚‚ = ‚
-- single low-9 quotation mark, U+201A NEW.static final char
šš = š
-- latin small letter s with caron, U+0161 ISOlat2.static final char
ŠŠ = Š
-- latin capital letter S with caron, U+0160 ISOlat2.static final char
static final char
§§ = §
-- section sign, U+00A7 ISOnum.static final char
­ = ­
-- soft hyphen = discretionary hyphen, U+00AD ISOnum.static final char
σσ = σ
-- greek small letter sigma, U+03C3 ISOgrk3.static final char
ΣΣ = Σ
-- greek capital letter sigma, U+03A3 ISOgrk3.static final char
ςς = ς
-- greek small letter final sigma, U+03C2 ISOgrk3.static final char
static final char
static final char
⊂⊂ = ⊂
-- subset of, U+2282 ISOtech.static final char
⊆⊆ = ⊆
-- subset of or equal to, U+2286 ISOtech.static final char
static final char
static final char
¹¹ = ¹
-- superscript one = superscript digit one, U+00B9 ISOnum.static final char
²² = ²
-- superscript two = superscript digit two = squared, U+00B2 ISOnum.static final char
³³ = ³
-- superscript three = superscript digit three = cubed, U+00B3 ISOnum.static final char
⊇⊇ = ⊇
-- superset of or equal to, U+2287 ISOtech.static final char
ßß = ß
-- latin small letter sharp s = ess-zed, U+00DF ISOlat1.static final char
ττ = τ
-- greek small letter tau, U+03C4 ISOgrk3.static final char
ΤΤ = Τ
-- greek capital letter tau, U+03A4.static final char
∴∴ = ∴
-- therefore, U+2234 ISOtech.static final char
θθ = θ
-- greek small letter theta, U+03B8 ISOgrk3.static final char
ΘΘ = Θ
-- greek capital letter theta, U+0398 ISOgrk3.static final char
ϑϑ = ϑ
-- greek small letter theta symbol, U+03D1 NEW.static final char
  =  
-- thin space, U+2009 ISOpub.static final char
þþ = þ
-- latin small letter thorn, U+00FE ISOlat1.static final char
ÞÞ = Þ
-- latin capital letter THORN, U+00DE ISOlat1.static final char
˜˜ = ˜
-- small tilde, U+02DC ISOdia.static final char
×× = ×
-- multiplication sign, U+00D7 ISOnum.static final char
™™ = ™
-- trade mark sign, U+2122 ISOnum.static final char
úú = ú
-- latin small letter u with acute, U+00FA ISOlat1.static final char
ÚÚ = Ú
-- latin capital letter U with acute, U+00DA ISOlat1.static final char
↑↑ = ↑
-- upwards arrow, U+2191 ISOnum.static final char
⇑⇑ = ⇑
-- upwards double arrow, U+21D1 ISOamsa.static final char
ûû = û
-- latin small letter u with circumflex, U+00FB ISOlat1.static final char
ÛÛ = Û
-- latin capital letter U with circumflex, U+00DB ISOlat1.static final char
ùù = ù
-- latin small letter u with grave, U+00F9 ISOlat1.static final char
ÙÙ = Ù
-- latin capital letter U with grave, U+00D9 ISOlat1.static final char
¨¨ = ¨
-- diaeresis = spacing diaeresis, U+00A8 ISOdia.static final char
ϒϒ = ϒ
-- greek upsilon with hook symbol, U+03D2 NEW.static final char
υυ = υ
-- greek small letter upsilon, U+03C5 ISOgrk3.static final char
ΥΥ = Υ
-- greek capital letter upsilon, U+03A5 ISOgrk3.static final char
üü = ü
-- latin small letter u with diaeresis, U+00FC ISOlat1.static final char
ÜÜ = Ü
-- latin capital letter U with diaeresis, U+00DC ISOlat1.static final char
℘℘ = ℘
-- script capital P = power set = Weierstrass p, U+2118 ISOamso.static final char
ξξ = ξ
-- greek small letter xi, U+03BE ISOgrk3.static final char
ΞΞ = Ξ
-- greek capital letter xi, U+039E ISOgrk3.static final char
ýý = ý
-- latin small letter y with acute, U+00FD ISOlat1.static final char
ÝÝ = Ý
-- latin capital letter Y with acute, U+00DD ISOlat1.static final char
¥¥ = ¥
-- yen sign = yuan sign, U+00A5 ISOnum.static final char
ÿÿ = ÿ
-- latin small letter y with diaeresis, U+00FF ISOlat1.static final char
ŸŸ = Ÿ
-- latin capital letter Y with diaeresis, U+0178 ISOlat2.static final char
ζζ = ζ
-- greek small letter zeta, U+03B6 ISOgrk3.static final char
ΖΖ = Ζ
-- greek capital letter zeta, U+0396.static final char
‍ = ‍
-- zero width joiner, U+200D NEW RFC 2070.static final char
‌ = ‌
-- zero width non-joiner, U+200C NEW RFC 2070.Fields inherited from class net.htmlparser.jericho.CharacterReference
INVALID_CODE_POINT
-
Method Summary
Modifier and TypeMethodDescriptionReturns the correct encoded form of this character entity reference.static String
getCharacterReferenceString
(int codePoint) Returns the character entity reference encoded form of the specified unicode code point.static int
getCodePointFromName
(String name) Returns the unicode code point of the specified character entity reference name.Returns a string representation of this object useful for debugging purposes.getName()
Returns the name of this character entity reference.static String
getName
(char ch) Returns the character entity reference name of the specified character.static String
getName
(int codePoint) Returns the character entity reference name of the specified unicode code point.Returns a map of character entity reference names (String
) to unicode code points (Integer
).Methods inherited from class net.htmlparser.jericho.CharacterReference
appendCharTo, decode, decode, decodeCollapseWhiteSpace, encode, encode, encodeWithWhiteSpaceFormatting, getChar, getCodePoint, getCodePointFromCharacterReferenceString, getDecimalCharacterReferenceString, getDecimalCharacterReferenceString, getEncodingFilterWriter, getHexadecimalCharacterReferenceString, getHexadecimalCharacterReferenceString, getUnicodeText, getUnicodeText, isTerminated, parse, reencode, requiresEncoding
Methods inherited from class net.htmlparser.jericho.Segment
charAt, compareTo, encloses, encloses, equals, getAllCharacterReferences, getAllElements, getAllElements, getAllElements, getAllElements, getAllElements, getAllElementsByClass, getAllStartTags, getAllStartTags, getAllStartTags, getAllStartTags, getAllStartTags, getAllStartTagsByClass, getAllTags, getAllTags, getBegin, getChildElements, getEnd, getFirstElement, getFirstElement, getFirstElement, getFirstElement, getFirstElementByClass, getFirstStartTag, getFirstStartTag, getFirstStartTag, getFirstStartTag, getFirstStartTag, getFirstStartTagByClass, getFormControls, getFormFields, getMaxDepthIndicator, getNodeIterator, getRenderer, getRowColumnVector, getSource, getStyleURISegments, getTextExtractor, getURIAttributes, hashCode, ignoreWhenParsing, isWhiteSpace, isWhiteSpace, length, parseAttributes, subSequence, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.CharSequence
chars, codePoints, isEmpty
-
Field Details
-
_nbsp
public static final char _nbsp =  
-- no-break space = non-breaking space, U+00A0 ISOnum.- See Also:
-
_iexcl
public static final char _iexcl¡¡ = ¡
-- inverted exclamation mark, U+00A1 ISOnum.- See Also:
-
_cent
public static final char _cent¢¢ = ¢
-- cent sign, U+00A2 ISOnum.- See Also:
-
_pound
public static final char _pound££ = £
-- pound sign, U+00A3 ISOnum.- See Also:
-
_curren
public static final char _curren¤¤ = ¤
-- currency sign, U+00A4 ISOnum.- See Also:
-
_yen
public static final char _yen¥¥ = ¥
-- yen sign = yuan sign, U+00A5 ISOnum.- See Also:
-
_brvbar
public static final char _brvbar¦¦ = ¦
-- broken bar = broken vertical bar, U+00A6 ISOnum.- See Also:
-
_sect
public static final char _sect§§ = §
-- section sign, U+00A7 ISOnum.- See Also:
-
_uml
public static final char _uml¨¨ = ¨
-- diaeresis = spacing diaeresis, U+00A8 ISOdia.- See Also:
-
_copy
public static final char _copy©© = ©
-- copyright sign, U+00A9 ISOnum.- See Also:
-
_ordf
public static final char _ordfªª = ª
-- feminine ordinal indicator, U+00AA ISOnum.- See Also:
-
_laquo
public static final char _laquo«« = «
-- left-pointing double angle quotation mark = left pointing guillemet, U+00AB ISOnum.- See Also:
-
_not
public static final char _not¬¬ = ¬
-- not sign = angled dash, U+00AC ISOnum.- See Also:
-
_shy
public static final char _shy­ = ­
-- soft hyphen = discretionary hyphen, U+00AD ISOnum.- See Also:
-
_reg
public static final char _reg®® = ®
-- registered sign = registered trade mark sign, U+00AE ISOnum.- See Also:
-
_macr
public static final char _macr¯¯ = ¯
-- macron = spacing macron = overline = APL overbar, U+00AF ISOdia.- See Also:
-
_deg
public static final char _deg°° = °
-- degree sign, U+00B0 ISOnum.- See Also:
-
_plusmn
public static final char _plusmn±± = ±
-- plus-minus sign = plus-or-minus sign, U+00B1 ISOnum.- See Also:
-
_sup2
public static final char _sup2²² = ²
-- superscript two = superscript digit two = squared, U+00B2 ISOnum.- See Also:
-
_sup3
public static final char _sup3³³ = ³
-- superscript three = superscript digit three = cubed, U+00B3 ISOnum.- See Also:
-
_acute
public static final char _acute´´ = ´
-- acute accent = spacing acute, U+00B4 ISOdia.- See Also:
-
_micro
public static final char _microµµ = µ
-- micro sign, U+00B5 ISOnum.- See Also:
-
_para
public static final char _para¶¶ = ¶
-- pilcrow sign = paragraph sign, U+00B6 ISOnum.- See Also:
-
_middot
public static final char _middot·· = ·
-- middle dot = Georgian comma = Greek middle dot, U+00B7 ISOnum.- See Also:
-
_cedil
public static final char _cedil¸¸ = ¸
-- cedilla = spacing cedilla, U+00B8 ISOdia.- See Also:
-
_sup1
public static final char _sup1¹¹ = ¹
-- superscript one = superscript digit one, U+00B9 ISOnum.- See Also:
-
_ordm
public static final char _ordmºº = º
-- masculine ordinal indicator, U+00BA ISOnum.- See Also:
-
_raquo
public static final char _raquo»» = »
-- right-pointing double angle quotation mark = right pointing guillemet, U+00BB ISOnum.- See Also:
-
_frac14
public static final char _frac14¼¼ = ¼
-- vulgar fraction one quarter = fraction one quarter, U+00BC ISOnum.- See Also:
-
_frac12
public static final char _frac12½½ = ½
-- vulgar fraction one half = fraction one half, U+00BD ISOnum.- See Also:
-
_frac34
public static final char _frac34¾¾ = ¾
-- vulgar fraction three quarters = fraction three quarters, U+00BE ISOnum.- See Also:
-
_iquest
public static final char _iquest¿¿ = ¿
-- inverted question mark = turned question mark, U+00BF ISOnum.- See Also:
-
_Agrave
public static final char _AgraveÀÀ = À
-- latin capital letter A with grave = latin capital letter A grave, U+00C0 ISOlat1.- See Also:
-
_Aacute
public static final char _AacuteÁÁ = Á
-- latin capital letter A with acute, U+00C1 ISOlat1.- See Also:
-
_Acirc
public static final char _AcircÂÂ = Â
-- latin capital letter A with circumflex, U+00C2 ISOlat1.- See Also:
-
_Atilde
public static final char _AtildeÃÃ = Ã
-- latin capital letter A with tilde, U+00C3 ISOlat1.- See Also:
-
_Auml
public static final char _AumlÄÄ = Ä
-- latin capital letter A with diaeresis, U+00C4 ISOlat1.- See Also:
-
_Aring
public static final char _AringÅÅ = Å
-- latin capital letter A with ring above = latin capital letter A ring, U+00C5 ISOlat1.- See Also:
-
_AElig
public static final char _AEligÆÆ = Æ
-- latin capital letter AE = latin capital ligature AE, U+00C6 ISOlat1.- See Also:
-
_Ccedil
public static final char _CcedilÇÇ = Ç
-- latin capital letter C with cedilla, U+00C7 ISOlat1.- See Also:
-
_Egrave
public static final char _EgraveÈÈ = È
-- latin capital letter E with grave, U+00C8 ISOlat1.- See Also:
-
_Eacute
public static final char _EacuteÉÉ = É
-- latin capital letter E with acute, U+00C9 ISOlat1.- See Also:
-
_Ecirc
public static final char _EcircÊÊ = Ê
-- latin capital letter E with circumflex, U+00CA ISOlat1.- See Also:
-
_Euml
public static final char _EumlËË = Ë
-- latin capital letter E with diaeresis, U+00CB ISOlat1.- See Also:
-
_Igrave
public static final char _IgraveÌÌ = Ì
-- latin capital letter I with grave, U+00CC ISOlat1.- See Also:
-
_Iacute
public static final char _IacuteÍÍ = Í
-- latin capital letter I with acute, U+00CD ISOlat1.- See Also:
-
_Icirc
public static final char _IcircÎÎ = Î
-- latin capital letter I with circumflex, U+00CE ISOlat1.- See Also:
-
_Iuml
public static final char _IumlÏÏ = Ï
-- latin capital letter I with diaeresis, U+00CF ISOlat1.- See Also:
-
_ETH
public static final char _ETHÐÐ = Ð
-- latin capital letter ETH, U+00D0 ISOlat1.- See Also:
-
_Ntilde
public static final char _NtildeÑÑ = Ñ
-- latin capital letter N with tilde, U+00D1 ISOlat1.- See Also:
-
_Ograve
public static final char _OgraveÒÒ = Ò
-- latin capital letter O with grave, U+00D2 ISOlat1.- See Also:
-
_Oacute
public static final char _OacuteÓÓ = Ó
-- latin capital letter O with acute, U+00D3 ISOlat1.- See Also:
-
_Ocirc
public static final char _OcircÔÔ = Ô
-- latin capital letter O with circumflex, U+00D4 ISOlat1.- See Also:
-
_Otilde
public static final char _OtildeÕÕ = Õ
-- latin capital letter O with tilde, U+00D5 ISOlat1.- See Also:
-
_Ouml
public static final char _OumlÖÖ = Ö
-- latin capital letter O with diaeresis, U+00D6 ISOlat1.- See Also:
-
_times
public static final char _times×× = ×
-- multiplication sign, U+00D7 ISOnum.- See Also:
-
_Oslash
public static final char _OslashØØ = Ø
-- latin capital letter O with stroke = latin capital letter O slash, U+00D8 ISOlat1.- See Also:
-
_Ugrave
public static final char _UgraveÙÙ = Ù
-- latin capital letter U with grave, U+00D9 ISOlat1.- See Also:
-
_Uacute
public static final char _UacuteÚÚ = Ú
-- latin capital letter U with acute, U+00DA ISOlat1.- See Also:
-
_Ucirc
public static final char _UcircÛÛ = Û
-- latin capital letter U with circumflex, U+00DB ISOlat1.- See Also:
-
_Uuml
public static final char _UumlÜÜ = Ü
-- latin capital letter U with diaeresis, U+00DC ISOlat1.- See Also:
-
_Yacute
public static final char _YacuteÝÝ = Ý
-- latin capital letter Y with acute, U+00DD ISOlat1.- See Also:
-
_THORN
public static final char _THORNÞÞ = Þ
-- latin capital letter THORN, U+00DE ISOlat1.- See Also:
-
_szlig
public static final char _szligßß = ß
-- latin small letter sharp s = ess-zed, U+00DF ISOlat1.- See Also:
-
_agrave
public static final char _agraveàà = à
-- latin small letter a with grave = latin small letter a grave, U+00E0 ISOlat1.- See Also:
-
_aacute
public static final char _aacuteáá = á
-- latin small letter a with acute, U+00E1 ISOlat1.- See Also:
-
_acirc
public static final char _acircââ = â
-- latin small letter a with circumflex, U+00E2 ISOlat1.- See Also:
-
_atilde
public static final char _atildeãã = ã
-- latin small letter a with tilde, U+00E3 ISOlat1.- See Also:
-
_auml
public static final char _aumlää = ä
-- latin small letter a with diaeresis, U+00E4 ISOlat1.- See Also:
-
_aring
public static final char _aringåå = å
-- latin small letter a with ring above = latin small letter a ring, U+00E5 ISOlat1.- See Also:
-
_aelig
public static final char _aeligææ = æ
-- latin small letter ae = latin small ligature ae, U+00E6 ISOlat1.- See Also:
-
_ccedil
public static final char _ccedilçç = ç
-- latin small letter c with cedilla, U+00E7 ISOlat1.- See Also:
-
_egrave
public static final char _egraveèè = è
-- latin small letter e with grave, U+00E8 ISOlat1.- See Also:
-
_eacute
public static final char _eacuteéé = é
-- latin small letter e with acute, U+00E9 ISOlat1.- See Also:
-
_ecirc
public static final char _ecircêê = ê
-- latin small letter e with circumflex, U+00EA ISOlat1.- See Also:
-
_euml
public static final char _eumlëë = ë
-- latin small letter e with diaeresis, U+00EB ISOlat1.- See Also:
-
_igrave
public static final char _igraveìì = ì
-- latin small letter i with grave, U+00EC ISOlat1.- See Also:
-
_iacute
public static final char _iacuteíí = í
-- latin small letter i with acute, U+00ED ISOlat1.- See Also:
-
_icirc
public static final char _icircîî = î
-- latin small letter i with circumflex, U+00EE ISOlat1.- See Also:
-
_iuml
public static final char _iumlïï = ï
-- latin small letter i with diaeresis, U+00EF ISOlat1.- See Also:
-
_eth
public static final char _ethðð = ð
-- latin small letter eth, U+00F0 ISOlat1.- See Also:
-
_ntilde
public static final char _ntildeññ = ñ
-- latin small letter n with tilde, U+00F1 ISOlat1.- See Also:
-
_ograve
public static final char _ograveòò = ò
-- latin small letter o with grave, U+00F2 ISOlat1.- See Also:
-
_oacute
public static final char _oacuteóó = ó
-- latin small letter o with acute, U+00F3 ISOlat1.- See Also:
-
_ocirc
public static final char _ocircôô = ô
-- latin small letter o with circumflex, U+00F4 ISOlat1.- See Also:
-
_otilde
public static final char _otildeõõ = õ
-- latin small letter o with tilde, U+00F5 ISOlat1.- See Also:
-
_ouml
public static final char _oumlöö = ö
-- latin small letter o with diaeresis, U+00F6 ISOlat1.- See Also:
-
_divide
public static final char _divide÷÷ = ÷
-- division sign, U+00F7 ISOnum.- See Also:
-
_oslash
public static final char _oslashøø = ø
-- latin small letter o with stroke, = latin small letter o slash, U+00F8 ISOlat1.- See Also:
-
_ugrave
public static final char _ugraveùù = ù
-- latin small letter u with grave, U+00F9 ISOlat1.- See Also:
-
_uacute
public static final char _uacuteúú = ú
-- latin small letter u with acute, U+00FA ISOlat1.- See Also:
-
_ucirc
public static final char _ucircûû = û
-- latin small letter u with circumflex, U+00FB ISOlat1.- See Also:
-
_uuml
public static final char _uumlüü = ü
-- latin small letter u with diaeresis, U+00FC ISOlat1.- See Also:
-
_yacute
public static final char _yacuteýý = ý
-- latin small letter y with acute, U+00FD ISOlat1.- See Also:
-
_thorn
public static final char _thornþþ = þ
-- latin small letter thorn, U+00FE ISOlat1.- See Also:
-
_yuml
public static final char _yumlÿÿ = ÿ
-- latin small letter y with diaeresis, U+00FF ISOlat1.- See Also:
-
_fnof
public static final char _fnofƒƒ = ƒ
-- latin small letter f with hook = function = florin, U+0192 ISOtech.- See Also:
-
_Alpha
public static final char _AlphaΑΑ = Α
-- greek capital letter alpha, U+0391.- See Also:
-
_Beta
public static final char _BetaΒΒ = Β
-- greek capital letter beta, U+0392.- See Also:
-
_Gamma
public static final char _GammaΓΓ = Γ
-- greek capital letter gamma, U+0393 ISOgrk3.- See Also:
-
_Delta
public static final char _DeltaΔΔ = Δ
-- greek capital letter delta, U+0394 ISOgrk3.- See Also:
-
_Epsilon
public static final char _EpsilonΕΕ = Ε
-- greek capital letter epsilon, U+0395.- See Also:
-
_Zeta
public static final char _ZetaΖΖ = Ζ
-- greek capital letter zeta, U+0396.- See Also:
-
_Eta
public static final char _EtaΗΗ = Η
-- greek capital letter eta, U+0397.- See Also:
-
_Theta
public static final char _ThetaΘΘ = Θ
-- greek capital letter theta, U+0398 ISOgrk3.- See Also:
-
_Iota
public static final char _IotaΙΙ = Ι
-- greek capital letter iota, U+0399.- See Also:
-
_Kappa
public static final char _KappaΚΚ = Κ
-- greek capital letter kappa, U+039A.- See Also:
-
_Lambda
public static final char _LambdaΛΛ = Λ
-- greek capital letter lambda, U+039B ISOgrk3.- See Also:
-
_Mu
public static final char _MuΜΜ = Μ
-- greek capital letter mu, U+039C.- See Also:
-
_Nu
public static final char _NuΝΝ = Ν
-- greek capital letter nu, U+039D.- See Also:
-
_Xi
public static final char _XiΞΞ = Ξ
-- greek capital letter xi, U+039E ISOgrk3.- See Also:
-
_Omicron
public static final char _OmicronΟΟ = Ο
-- greek capital letter omicron, U+039F.- See Also:
-
_Pi
public static final char _PiΠΠ = Π
-- greek capital letter pi, U+03A0 ISOgrk3.- See Also:
-
_Rho
public static final char _RhoΡΡ = Ρ
-- greek capital letter rho, U+03A1.- See Also:
-
_Sigma
public static final char _SigmaΣΣ = Σ
-- greek capital letter sigma, U+03A3 ISOgrk3.- See Also:
-
_Tau
public static final char _TauΤΤ = Τ
-- greek capital letter tau, U+03A4.- See Also:
-
_Upsilon
public static final char _UpsilonΥΥ = Υ
-- greek capital letter upsilon, U+03A5 ISOgrk3.- See Also:
-
_Phi
public static final char _PhiΦΦ = Φ
-- greek capital letter phi, U+03A6 ISOgrk3.- See Also:
-
_Chi
public static final char _ChiΧΧ = Χ
-- greek capital letter chi, U+03A7.- See Also:
-
_Psi
public static final char _PsiΨΨ = Ψ
-- greek capital letter psi, U+03A8 ISOgrk3.- See Also:
-
_Omega
public static final char _OmegaΩΩ = Ω
-- greek capital letter omega, U+03A9 ISOgrk3.- See Also:
-
_alpha
public static final char _alphaαα = α
-- greek small letter alpha, U+03B1 ISOgrk3.- See Also:
-
_beta
public static final char _betaββ = β
-- greek small letter beta, U+03B2 ISOgrk3.- See Also:
-
_gamma
public static final char _gammaγγ = γ
-- greek small letter gamma, U+03B3 ISOgrk3.- See Also:
-
_delta
public static final char _deltaδδ = δ
-- greek small letter delta, U+03B4 ISOgrk3.- See Also:
-
_epsilon
public static final char _epsilonεε = ε
-- greek small letter epsilon, U+03B5 ISOgrk3.- See Also:
-
_zeta
public static final char _zetaζζ = ζ
-- greek small letter zeta, U+03B6 ISOgrk3.- See Also:
-
_eta
public static final char _etaηη = η
-- greek small letter eta, U+03B7 ISOgrk3.- See Also:
-
_theta
public static final char _thetaθθ = θ
-- greek small letter theta, U+03B8 ISOgrk3.- See Also:
-
_iota
public static final char _iotaιι = ι
-- greek small letter iota, U+03B9 ISOgrk3.- See Also:
-
_kappa
public static final char _kappaκκ = κ
-- greek small letter kappa, U+03BA ISOgrk3.- See Also:
-
_lambda
public static final char _lambdaλλ = λ
-- greek small letter lambda, U+03BB ISOgrk3.- See Also:
-
_mu
public static final char _muμμ = μ
-- greek small letter mu, U+03BC ISOgrk3.- See Also:
-
_nu
public static final char _nuνν = ν
-- greek small letter nu, U+03BD ISOgrk3.- See Also:
-
_xi
public static final char _xiξξ = ξ
-- greek small letter xi, U+03BE ISOgrk3.- See Also:
-
_omicron
public static final char _omicronοο = ο
-- greek small letter omicron, U+03BF NEW.- See Also:
-
_pi
public static final char _piππ = π
-- greek small letter pi, U+03C0 ISOgrk3.- See Also:
-
_rho
public static final char _rhoρρ = ρ
-- greek small letter rho, U+03C1 ISOgrk3.- See Also:
-
_sigmaf
public static final char _sigmafςς = ς
-- greek small letter final sigma, U+03C2 ISOgrk3.- See Also:
-
_sigma
public static final char _sigmaσσ = σ
-- greek small letter sigma, U+03C3 ISOgrk3.- See Also:
-
_tau
public static final char _tauττ = τ
-- greek small letter tau, U+03C4 ISOgrk3.- See Also:
-
_upsilon
public static final char _upsilonυυ = υ
-- greek small letter upsilon, U+03C5 ISOgrk3.- See Also:
-
_phi
public static final char _phiφφ = φ
-- greek small letter phi, U+03C6 ISOgrk3.- See Also:
-
_chi
public static final char _chiχχ = χ
-- greek small letter chi, U+03C7 ISOgrk3.- See Also:
-
_psi
public static final char _psiψψ = ψ
-- greek small letter psi, U+03C8 ISOgrk3.- See Also:
-
_omega
public static final char _omegaωω = ω
-- greek small letter omega, U+03C9 ISOgrk3.- See Also:
-
_thetasym
public static final char _thetasymϑϑ = ϑ
-- greek small letter theta symbol, U+03D1 NEW.- See Also:
-
_upsih
public static final char _upsihϒϒ = ϒ
-- greek upsilon with hook symbol, U+03D2 NEW.- See Also:
-
_piv
public static final char _pivϖϖ = ϖ
-- greek pi symbol, U+03D6 ISOgrk3.- See Also:
-
_bull
public static final char _bull•• = •
-- bullet = black small circle, U+2022 ISOpub
(see comments).bullet is NOT the same as bullet operator, U+2219
- See Also:
-
_hellip
public static final char _hellip…… = …
-- horizontal ellipsis = three dot leader, U+2026 ISOpub.- See Also:
-
_prime
public static final char _prime′′ = ′
-- prime = minutes = feet, U+2032 ISOtech.- See Also:
-
_Prime
public static final char _Prime″″ = ″
-- double prime = seconds = inches, U+2033 ISOtech.- See Also:
-
_oline
public static final char _oline‾‾ = ‾
-- overline = spacing overscore, U+203E NEW.- See Also:
-
_frasl
public static final char _frasl⁄⁄ = ⁄
-- fraction slash, U+2044 NEW.- See Also:
-
_weierp
public static final char _weierp℘℘ = ℘
-- script capital P = power set = Weierstrass p, U+2118 ISOamso.- See Also:
-
_image
public static final char _imageℑℑ = ℑ
-- black-letter capital I = imaginary part, U+2111 ISOamso.- See Also:
-
_real
public static final char _realℜℜ = ℜ
-- black-letter capital R = real part symbol, U+211C ISOamso.- See Also:
-
_trade
public static final char _trade™™ = ™
-- trade mark sign, U+2122 ISOnum.- See Also:
-
_alefsym
public static final char _alefsymℵℵ = ℵ
-- alef symbol = first transfinite cardinal, U+2135 NEW
(see comments).alef symbol is NOT the same as hebrew letter alef, U+05D0 although the same glyph could be used to depict both characters
- See Also:
-
_larr
public static final char _larr←← = ←
-- leftwards arrow, U+2190 ISOnum.- See Also:
-
_uarr
public static final char _uarr↑↑ = ↑
-- upwards arrow, U+2191 ISOnum.- See Also:
-
_rarr
public static final char _rarr→→ = →
-- rightwards arrow, U+2192 ISOnum.- See Also:
-
_darr
public static final char _darr↓↓ = ↓
-- downwards arrow, U+2193 ISOnum.- See Also:
-
_harr
public static final char _harr↔↔ = ↔
-- left right arrow, U+2194 ISOamsa.- See Also:
-
_crarr
public static final char _crarr↵↵ = ↵
-- downwards arrow with corner leftwards = carriage return, U+21B5 NEW.- See Also:
-
_lArr
public static final char _lArr⇐⇐ = ⇐
-- leftwards double arrow, U+21D0 ISOtech
(see comments).ISO 10646 does not say that lArr is the same as the 'is implied by' arrow but also does not have any other character for that function. So ? lArr can be used for 'is implied by' as ISOtech suggests
- See Also:
-
_uArr
public static final char _uArr⇑⇑ = ⇑
-- upwards double arrow, U+21D1 ISOamsa.- See Also:
-
_rArr
public static final char _rArr⇒⇒ = ⇒
-- rightwards double arrow, U+21D2 ISOtech
(see comments).ISO 10646 does not say this is the 'implies' character but does not have another character with this function so ? rArr can be used for 'implies' as ISOtech suggests
- See Also:
-
_dArr
public static final char _dArr⇓⇓ = ⇓
-- downwards double arrow, U+21D3 ISOamsa.- See Also:
-
_hArr
public static final char _hArr⇔⇔ = ⇔
-- left right double arrow, U+21D4 ISOamsa.- See Also:
-
_forall
public static final char _forall∀∀ = ∀
-- for all, U+2200 ISOtech.- See Also:
-
_part
public static final char _part∂∂ = ∂
-- partial differential, U+2202 ISOtech.- See Also:
-
_exist
public static final char _exist∃∃ = ∃
-- there exists, U+2203 ISOtech.- See Also:
-
_empty
public static final char _empty∅∅ = ∅
-- empty set = null set = diameter, U+2205 ISOamso.- See Also:
-
_nabla
public static final char _nabla∇∇ = ∇
-- nabla = backward difference, U+2207 ISOtech.- See Also:
-
_isin
public static final char _isin∈∈ = ∈
-- element of, U+2208 ISOtech.- See Also:
-
_notin
public static final char _notin∉∉ = ∉
-- not an element of, U+2209 ISOtech.- See Also:
-
_ni
public static final char _ni∋∋ = ∋
-- contains as member, U+220B ISOtech
(see comments).should there be a more memorable name than 'ni'?
- See Also:
-
_prod
public static final char _prod∏∏ = ∏
-- n-ary product = product sign, U+220F ISOamsb
(see comments).prod is NOT the same character as U+03A0 'greek capital letter pi' though the same glyph might be used for both
- See Also:
-
_sum
public static final char _sum∑∑ = ∑
-- n-ary summation, U+2211 ISOamsb
(see comments).sum is NOT the same character as U+03A3 'greek capital letter sigma' though the same glyph might be used for both
- See Also:
-
_minus
public static final char _minus−− = −
-- minus sign, U+2212 ISOtech.- See Also:
-
_lowast
public static final char _lowast∗∗ = ∗
-- asterisk operator, U+2217 ISOtech.- See Also:
-
_radic
public static final char _radic√√ = √
-- square root = radical sign, U+221A ISOtech.- See Also:
-
_prop
public static final char _prop∝∝ = ∝
-- proportional to, U+221D ISOtech.- See Also:
-
_infin
public static final char _infin∞∞ = ∞
-- infinity, U+221E ISOtech.- See Also:
-
_ang
public static final char _ang∠∠ = ∠
-- angle, U+2220 ISOamso.- See Also:
-
_and
public static final char _and∧∧ = ∧
-- logical and = wedge, U+2227 ISOtech.- See Also:
-
_or
public static final char _or∨∨ = ∨
-- logical or = vee, U+2228 ISOtech.- See Also:
-
_cap
public static final char _cap∩∩ = ∩
-- intersection = cap, U+2229 ISOtech.- See Also:
-
_cup
public static final char _cup∪∪ = ∪
-- union = cup, U+222A ISOtech.- See Also:
-
_int
public static final char _int∫∫ = ∫
-- integral, U+222B ISOtech.- See Also:
-
_there4
public static final char _there4∴∴ = ∴
-- therefore, U+2234 ISOtech.- See Also:
-
_sim
public static final char _sim∼∼ = ∼
-- tilde operator = varies with = similar to, U+223C ISOtech
(see comments).tilde operator is NOT the same character as the tilde, U+007E, although the same glyph might be used to represent both
- See Also:
-
_cong
public static final char _cong≅≅ = ≅
-- approximately equal to, U+2245 ISOtech.- See Also:
-
_asymp
public static final char _asymp≈≈ = ≈
-- almost equal to = asymptotic to, U+2248 ISOamsr.- See Also:
-
_ne
public static final char _ne≠≠ = ≠
-- not equal to, U+2260 ISOtech.- See Also:
-
_equiv
public static final char _equiv≡≡ = ≡
-- identical to, U+2261 ISOtech.- See Also:
-
_le
public static final char _le≤≤ = ≤
-- less-than or equal to, U+2264 ISOtech.- See Also:
-
_ge
public static final char _ge≥≥ = ≥
-- greater-than or equal to, U+2265 ISOtech.- See Also:
-
_sub
public static final char _sub⊂⊂ = ⊂
-- subset of, U+2282 ISOtech.- See Also:
-
_sup
public static final char _sup⊃⊃ = ⊃
-- superset of, U+2283 ISOtech
(see comments).note that nsup, 'not a superset of, U+2283' is not covered by the Symbol font encoding and is not included. Should it be, for symmetry? It is in ISOamsn
- See Also:
-
_nsub
public static final char _nsub⊄⊄ = ⊄
-- not a subset of, U+2284 ISOamsn.- See Also:
-
_sube
public static final char _sube⊆⊆ = ⊆
-- subset of or equal to, U+2286 ISOtech.- See Also:
-
_supe
public static final char _supe⊇⊇ = ⊇
-- superset of or equal to, U+2287 ISOtech.- See Also:
-
_oplus
public static final char _oplus⊕⊕ = ⊕
-- circled plus = direct sum, U+2295 ISOamsb.- See Also:
-
_otimes
public static final char _otimes⊗⊗ = ⊗
-- circled times = vector product, U+2297 ISOamsb.- See Also:
-
_perp
public static final char _perp⊥⊥ = ⊥
-- up tack = orthogonal to = perpendicular, U+22A5 ISOtech.- See Also:
-
_sdot
public static final char _sdot⋅⋅ = ⋅
-- dot operator, U+22C5 ISOamsb
(see comments).dot operator is NOT the same character as U+00B7 middle dot
- See Also:
-
_lceil
public static final char _lceil⌈⌈ = ⌈
-- left ceiling = APL upstile, U+2308 ISOamsc.- See Also:
-
_rceil
public static final char _rceil⌉⌉ = ⌉
-- right ceiling, U+2309 ISOamsc.- See Also:
-
_lfloor
public static final char _lfloor⌊⌊ = ⌊
-- left floor = APL downstile, U+230A ISOamsc.- See Also:
-
_rfloor
public static final char _rfloor⌋⌋ = ⌋
-- right floor, U+230B ISOamsc.- See Also:
-
_lang
public static final char _lang〈⟨ = 〈
-- left-pointing angle bracket = bra, U+2329 ISOtech
(see comments).lang is NOT the same character as U+003C 'less than' or U+2039 'single left-pointing angle quotation mark'
- See Also:
-
_rang
public static final char _rang〉⟩ = 〉
-- right-pointing angle bracket = ket, U+232A ISOtech
(see comments).rang is NOT the same character as U+003E 'greater than' or U+203A 'single right-pointing angle quotation mark'
- See Also:
-
_loz
public static final char _loz◊◊ = ◊
-- lozenge, U+25CA ISOpub.- See Also:
-
_spades
public static final char _spades♠♠ = ♠
-- black spade suit, U+2660 ISOpub
(see comments).black here seems to mean filled as opposed to hollow
- See Also:
-
_clubs
public static final char _clubs♣♣ = ♣
-- black club suit = shamrock, U+2663 ISOpub.- See Also:
-
_hearts
public static final char _hearts♥♥ = ♥
-- black heart suit = valentine, U+2665 ISOpub.- See Also:
-
_diams
public static final char _diams♦♦ = ♦
-- black diamond suit, U+2666 ISOpub.- See Also:
-
_quot
public static final char _quot"" = "
-- quotation mark = APL quote, U+0022 ISOnum.- See Also:
-
_amp
public static final char _amp&& = &
-- ampersand, U+0026 ISOnum.- See Also:
-
_lt
public static final char _lt<< = <
-- less-than sign, U+003C ISOnum.- See Also:
-
_gt
public static final char _gt>> = >
-- greater-than sign, U+003E ISOnum.- See Also:
-
_OElig
public static final char _OEligŒŒ = Œ
-- latin capital ligature OE, U+0152 ISOlat2.- See Also:
-
_oelig
public static final char _oeligœœ = œ
-- latin small ligature oe, U+0153 ISOlat2
(see comments).ligature is a misnomer, this is a separate character in some languages
- See Also:
-
_Scaron
public static final char _ScaronŠŠ = Š
-- latin capital letter S with caron, U+0160 ISOlat2.- See Also:
-
_scaron
public static final char _scaronšš = š
-- latin small letter s with caron, U+0161 ISOlat2.- See Also:
-
_Yuml
public static final char _YumlŸŸ = Ÿ
-- latin capital letter Y with diaeresis, U+0178 ISOlat2.- See Also:
-
_circ
public static final char _circˆˆ = ˆ
-- modifier letter circumflex accent, U+02C6 ISOpub.- See Also:
-
_tilde
public static final char _tilde˜˜ = ˜
-- small tilde, U+02DC ISOdia.- See Also:
-
_ensp
public static final char _ensp  =  
-- en space, U+2002 ISOpub.- See Also:
-
_emsp
public static final char _emsp  =  
-- em space, U+2003 ISOpub.- See Also:
-
_thinsp
public static final char _thinsp  =  
-- thin space, U+2009 ISOpub.- See Also:
-
_zwnj
public static final char _zwnj‌ = ‌
-- zero width non-joiner, U+200C NEW RFC 2070.- See Also:
-
_zwj
public static final char _zwj‍ = ‍
-- zero width joiner, U+200D NEW RFC 2070.- See Also:
-
_lrm
public static final char _lrm‎ = ‎
-- left-to-right mark, U+200E NEW RFC 2070.- See Also:
-
_rlm
public static final char _rlm‏ = ‏
-- right-to-left mark, U+200F NEW RFC 2070.- See Also:
-
_ndash
public static final char _ndash–– = –
-- en dash, U+2013 ISOpub.- See Also:
-
_mdash
public static final char _mdash—— = —
-- em dash, U+2014 ISOpub.- See Also:
-
_lsquo
public static final char _lsquo‘‘ = ‘
-- left single quotation mark, U+2018 ISOnum.- See Also:
-
_rsquo
public static final char _rsquo’’ = ’
-- right single quotation mark, U+2019 ISOnum.- See Also:
-
_sbquo
public static final char _sbquo‚‚ = ‚
-- single low-9 quotation mark, U+201A NEW.- See Also:
-
_ldquo
public static final char _ldquo““ = “
-- left double quotation mark, U+201C ISOnum.- See Also:
-
_rdquo
public static final char _rdquo”” = ”
-- right double quotation mark, U+201D ISOnum.- See Also:
-
_bdquo
public static final char _bdquo„„ = „
-- double low-9 quotation mark, U+201E NEW.- See Also:
-
_dagger
public static final char _dagger†† = †
-- dagger, U+2020 ISOpub.- See Also:
-
_Dagger
public static final char _Dagger‡‡ = ‡
-- double dagger, U+2021 ISOpub.- See Also:
-
_permil
public static final char _permil‰‰ = ‰
-- per mille sign, U+2030 ISOtech.- See Also:
-
_lsaquo
public static final char _lsaquo‹‹ = ‹
-- single left-pointing angle quotation mark, U+2039 ISO proposed
(see comments).lsaquo is proposed but not yet ISO standardized
- See Also:
-
_rsaquo
public static final char _rsaquo›› = ›
-- single right-pointing angle quotation mark, U+203A ISO proposed
(see comments).rsaquo is proposed but not yet ISO standardized
- See Also:
-
_euro
public static final char _euro€€ = €
-- euro sign, U+20AC NEW.- See Also:
-
_apos
public static final char _apos'' = '
-- apostrophe = APL quote, U+0027 ISOnum
(see comments).apos is only defined for use in XHTML (see the XHTML Special Characters Entity Set), but not in HTML.
-
-
Method Details
-
getName
Returns the name of this character entity reference.- Example:
((CharacterEntityReference)CharacterReference.parse(">")).getName()
returns "gt
"
- Returns:
- the name of this character entity reference.
- See Also:
-
getName
Returns the character entity reference name of the specified character.Since all character entity references represent unicode BMP code points, the functionality of this method is identical to that of
getName(int codePoint)
.- Example:
CharacterEntityReference.getName('>')
returns "gt
"
- Returns:
- the character entity reference name of the specified character, or
null
if none exists.
-
getName
Returns the character entity reference name of the specified unicode code point.Since all character entity references represent unicode BMP code points, the functionality of this method is identical to that of
getName(char ch)
.- Example:
CharacterEntityReference.getName(62)
returns "gt
"
- Returns:
- the character entity reference name of the specified unicode code point, or
null
if none exists.
-
getCodePointFromName
Returns the unicode code point of the specified character entity reference name.If the string does not represent a valid character entity reference name, this method returns
INVALID_CODE_POINT
.Although character entity reference names are case sensitive, and in some cases differ from other entity references only by their case, some browsers also recognise them in a case-insensitive way. For this reason, all decoding methods in this library recognise character entity reference names even if they are in the wrong case.
- Example:
CharacterEntityReference.getCodePointFromName("gt")
returns62
- Returns:
- the unicode code point of the specified character entity reference name, or
INVALID_CODE_POINT
if the string does not represent a valid character entity reference name.
-
getCharacterReferenceString
Returns the correct encoded form of this character entity reference.Note that the returned string is not necessarily the same as the original source text used to create this object. This library recognises certain invalid forms of character references, as detailed in the
decode(String encodedString)
method.To retrieve the original source text, use the
toString()
method instead.- Example:
CharacterReference.parse(">").getCharacterReferenceString()
returns ">
"
- Specified by:
getCharacterReferenceString
in classCharacterReference
- Returns:
- the correct encoded form of this character entity reference.
- See Also:
-
getCharacterReferenceString
Returns the character entity reference encoded form of the specified unicode code point.If the specified unicode code point does not have an equivalent character entity reference, this method returns
null
. To get either the entity or numeric reference encoded form, use theCharacterReference.getCharacterReferenceString(int codePoint)
method instead.- Examples:
CharacterEntityReference.getCharacterReferenceString(62)
returns ">
"CharacterEntityReference.getCharacterReferenceString(9786)
returnsnull
- Returns:
- the character entity reference encoded form of the specified unicode code point, or
null
if none exists. - See Also:
-
getNameToCodePointMap
Returns a map of character entity reference names (String
) to unicode code points (Integer
).- Returns:
- a map of character entity reference names to unicode code points.
-
getDebugInfo
Returns a string representation of this object useful for debugging purposes.- Overrides:
getDebugInfo
in classSegment
- Returns:
- a string representation of this object useful for debugging purposes.
-