The OpenD Programming Language

Named Character Entities

 NamedCharacterEntity:
    & Identifier ;

The full list of named character entities from the HTML 5 Spec is supported. Named entities which contain multiple code points can only be used in string literals, not in character literals, since they do not fit in any character type. Below is a partial list of the named character entities.

More...

Note: Not all glyphs will display properly in the Glyph column in all browsers.

Named Character Entities
Name Value Glyph
quot34$( UNDEFINED: QUOT)
amp38&
lt60<
gt62>
OElig338$( UNDEFINED: OELIG_CAP)
oelig339$( UNDEFINED: OELIG)
Scaron352$( UNDEFINED: SCARON_CAP)
scaron353$( UNDEFINED: SCARON)
Yuml376$( UNDEFINED: YUML)
circ710$( UNDEFINED: CIRC)
tilde732$( UNDEFINED: TILDE)
ensp8194$( UNDEFINED: ENSP)
emsp8195$( UNDEFINED: EMSP)
thinsp8201$( UNDEFINED: THINSP)
zwnj8204$( UNDEFINED: ZWNJ)
zwj8205$( UNDEFINED: ZWJ)
lrm8206$( UNDEFINED: LRM)
rlm8207$( UNDEFINED: RLM)
ndash8211
mdash8212$( UNDEFINED: MDASH)
lsquo8216'
rsquo8217'
sbquo8218$( UNDEFINED: SBQUO)
ldquo8220$( UNDEFINED: LDQUO)
rdquo8221$( UNDEFINED: RDQUO)
bdquo8222$( UNDEFINED: BDQUO)
dagger8224$( UNDEFINED: DAGGER)
Dagger8225$( UNDEFINED: DAGGER_CAP)
permil8240$( UNDEFINED: PERMIL)
lsaquo8249$( UNDEFINED: LSAQUO)
rsaquo8250$( UNDEFINED: RSAQUO)
euro8364$( UNDEFINED: EURO)

<br>

Latin-1 (ISO-8859-1) Entities
Name Value Glyph
nbsp160 
iexcl161$( UNDEFINED: IEXCL)
cent162$( UNDEFINED: CENT)
pound163$( UNDEFINED: POUND)
curren164$( UNDEFINED: CURREN)
yen165$( UNDEFINED: YEN)
brvbar166$( UNDEFINED: BRVBAR)
sect167$( UNDEFINED: SECT)
uml168$( UNDEFINED: UML)
copy169$( UNDEFINED: COPY)
ordf170$( UNDEFINED: ORDF)
laquo171$( UNDEFINED: LAQUO)
not172$( UNDEFINED: NOT)
shy173
reg174$( UNDEFINED: REG)
macr175$( UNDEFINED: MACR)
deg176$( UNDEFINED: DEG)
plusmn177±
sup2178$( UNDEFINED: SUP2)
sup3179$( UNDEFINED: SUP3)
acute180$( UNDEFINED: ACUTE)
micro181$( UNDEFINED: MICRO)
para182$( UNDEFINED: PARA)
middot183$( UNDEFINED: MIDDOT)
cedil184$( UNDEFINED: CEDIL)
sup1185$( UNDEFINED: SUP1)
ordm186$( UNDEFINED: ORDM)
raquo187$( UNDEFINED: RAQUO)
frac14188$( UNDEFINED: FRAC14)
frac12189$( UNDEFINED: FRAC12)
frac34190$( UNDEFINED: FRAC34)
iquest191$( UNDEFINED: IQUEST)
Agrave192$( UNDEFINED: AGRAVE_CAP)
Aacute193$( UNDEFINED: AACUTE_CAP)
Acirc194$( UNDEFINED: ACIRC_CAP)
Atilde195$( UNDEFINED: ATILDE_CAP)
Auml196$( UNDEFINED: AUML_CAP)
Aring197$( UNDEFINED: ARING_CAP)
AElig198$( UNDEFINED: AELIG_CAP)
Ccedil199$( UNDEFINED: CCEDIL_CAP)
Egrave200$( UNDEFINED: EGRAVE_CAP)
Eacute201$( UNDEFINED: EACUTE_CAP)
Ecirc202$( UNDEFINED: ECIRC_CAP)
Euml203$( UNDEFINED: EUML_CAP)
Igrave204$( UNDEFINED: IGRAVE_CAP)
Iacute205$( UNDEFINED: IACUTE_CAP)
Icirc206$( UNDEFINED: ICIRC_CAP)
Iuml207$( UNDEFINED: IUML_CAP)
ETH208$( UNDEFINED: ETH_CAP)
Ntilde209$( UNDEFINED: NTILDE_CAP)
Ograve210$( UNDEFINED: OGRAVE_CAP)
Oacute211$( UNDEFINED: OACUTE_CAP)
Ocirc212$( UNDEFINED: OCIRC_CAP)
Otilde213$( UNDEFINED: OTILDE_CAP)
Ouml214$( UNDEFINED: OUML_CAP)
times215X
Oslash216$( UNDEFINED: OSLASH_CAP)
Ugrave217$( UNDEFINED: UGRAVE_CAP)
Uacute218$( UNDEFINED: UACUTE_CAP)
Ucirc219$( UNDEFINED: UCIRC_CAP)
Uuml220$( UNDEFINED: UUML_CAP)
Yacute221$( UNDEFINED: YACUTE_CAP)
THORN222$( UNDEFINED: THORN_CAP)
szlig223$( UNDEFINED: SZLIG)
agrave224$( UNDEFINED: AGRAVE)
aacute225$( UNDEFINED: AACUTE)
acirc226$( UNDEFINED: ACIRC)
atilde227$( UNDEFINED: ATILDE)
auml228$( UNDEFINED: AUML)
aring229$( UNDEFINED: ARING)
aelig230$( UNDEFINED: AELIG)
ccedil231$( UNDEFINED: CCEDIL)
egrave232$( UNDEFINED: EGRAVE)
eacute233$( UNDEFINED: EACUTE)
ecirc234$( UNDEFINED: ECIRC)
euml235$( UNDEFINED: EUML)
igrave236$( UNDEFINED: IGRAVE)
iacute237$( UNDEFINED: IACUTE)
icirc238$( UNDEFINED: ICIRC)
iuml239$( UNDEFINED: IUML)
eth240$( UNDEFINED: ETH)
ntilde241$( UNDEFINED: NTILDE)
ograve242$( UNDEFINED: OGRAVE)
oacute243$( UNDEFINED: OACUTE)
ocirc244$( UNDEFINED: OCIRC)
otilde245$( UNDEFINED: OTILDE)
ouml246$( UNDEFINED: OUML)
divide247$( UNDEFINED: DIVIDE)
oslash248$( UNDEFINED: OSLASH)
ugrave249$( UNDEFINED: UGRAVE)
uacute250$( UNDEFINED: UACUTE)
ucirc251$( UNDEFINED: UCIRC)
uuml252$( UNDEFINED: UUML)
yacute253$( UNDEFINED: YACUTE)
thorn254$( UNDEFINED: THORN)
yuml255$( UNDEFINED: YUML)

<br>

Symbols and Greek letter entities
Name Value Glyph
fnof402$( UNDEFINED: FNOF)
Alpha913$( UNDEFINED: ALPHA_CAP)
Beta914$( UNDEFINED: BETA_CAP)
Gamma915$( UNDEFINED: GAMMA_CAP)
Delta916$( UNDEFINED: DELTA_CAP)
Epsilon917$( UNDEFINED: EPSILON_CAP)
Zeta918$( UNDEFINED: ZETA_CAP)
Eta919$( UNDEFINED: ETA_CAP)
Theta920$( UNDEFINED: THETA_CAP)
Iota921$( UNDEFINED: IOTA_CAP)
Kappa922$( UNDEFINED: KAPPA_CAP)
Lambda923$( UNDEFINED: LAMBDA_CAP)
Mu924$( UNDEFINED: MU_CAP)
Nu925$( UNDEFINED: NU_CAP)
Xi926$( UNDEFINED: XI_CAP)
Omicron927$( UNDEFINED: OMICRON_CAP)
Pi928$( UNDEFINED: PI_CAP)
Rho929$( UNDEFINED: RHO_CAP)
Sigma931$( UNDEFINED: SIGMA_CAP)
Tau932$( UNDEFINED: TAU_CAP)
Upsilon933$( UNDEFINED: UPSILON_CAP)
Phi934$( UNDEFINED: PHI_CAP)
Chi935$( UNDEFINED: CHI_CAP)
Psi936$( UNDEFINED: PSI_CAP)
Omega937$( UNDEFINED: OMEGA_CAP)
alpha945$( UNDEFINED: ALPHA)
beta946$( UNDEFINED: BETA)
gamma947&x03b3;
delta948$( UNDEFINED: DELTA)
epsilon949$( UNDEFINED: EPSILON)
zeta950$( UNDEFINED: ZETA)
eta951$( UNDEFINED: ETA)
theta952$( UNDEFINED: THETA)
iota953$( UNDEFINED: IOTA)
kappa954$( UNDEFINED: KAPPA)
lambda955$( UNDEFINED: LAMBDA)
mu956$( UNDEFINED: MU)
nu957$( UNDEFINED: NU)
xi958$( UNDEFINED: XI)
omicron959$( UNDEFINED: OMICRON)
pi960$( UNDEFINED: PI)
rho961$( UNDEFINED: RHO)
sigmaf962$( UNDEFINED: SIGMAF)
sigma963$( UNDEFINED: SIGMA)
tau964$( UNDEFINED: TAU)
upsilon965$( UNDEFINED: UPSILON)
phi966$( UNDEFINED: PHI)
chi967$( UNDEFINED: CHI)
psi968$( UNDEFINED: PSI)
omega969$( UNDEFINED: OMEGA)
thetasym977$( UNDEFINED: THETASYM)
upsih978$( UNDEFINED: UPSIH)
piv982$( UNDEFINED: PIV)
bull8226$( UNDEFINED: BULL)
hellip8230$( UNDEFINED: HELLIP)
prime8242$( UNDEFINED: PRIME)
Prime8243$( UNDEFINED: PRIME_CAP)
oline8254$( UNDEFINED: OLINE)
frasl8260$( UNDEFINED: FRASL)
weierp8472$( UNDEFINED: WEIERP)
image8465<img src="" alt="" />
real8476$( UNDEFINED: REAL)
trade8482$( UNDEFINED: TRADE)
alefsym8501$( UNDEFINED: ALEFSYM)
larr8592$( UNDEFINED: LARR)
uarr8593$( UNDEFINED: UARR)
rarr8594>
darr8595$( UNDEFINED: DARR)
harr8596<->
crarr8629$( UNDEFINED: CRARR)
lArr8656$( UNDEFINED: LARR_CAP)
uArr8657$( UNDEFINED: UARR_CAP)
rArr8658$( UNDEFINED: RARR_CAP)
dArr8659$( UNDEFINED: DARR_CAP)
hArr8660$( UNDEFINED: HARR_CAP)
forall8704$( UNDEFINED: FORALL)
part8706$( UNDEFINED: PART)
exist8707$( UNDEFINED: EXIST)
empty8709$( UNDEFINED: EMPTY)
nabla8711$( UNDEFINED: NABLA)
isin8712$( UNDEFINED: ISIN)
notin8713$( UNDEFINED: NOTIN)
ni8715$( UNDEFINED: NI)
prod8719$( UNDEFINED: PROD)
sum8721$( UNDEFINED: SUM)
minus8722
lowast8727$( UNDEFINED: LOWAST)
radic8730$( UNDEFINED: RADIC)
prop8733$( UNDEFINED: PROP)
infin8734infinity
ang8736$( UNDEFINED: ANG)
and8743$( UNDEFINED: AND)
or8744$( UNDEFINED: OR)
cap8745$( UNDEFINED: CAP)
cup8746$( UNDEFINED: CUP)
int8747$( UNDEFINED: INT)
there48756$( UNDEFINED: THERE4)
sim8764$( UNDEFINED: SIM)
cong8773$( UNDEFINED: CONG)
asymp8776$( UNDEFINED: ASYMP)
ne8800$( UNDEFINED: NE)
equiv8801$( UNDEFINED: EQUIV)
le8804$( UNDEFINED: LE)
ge8805$( UNDEFINED: GE)
sub8834$( UNDEFINED: SUB)
sup8835$( UNDEFINED: SUP)
nsub8836$( UNDEFINED: NSUB)
sube8838$( UNDEFINED: SUBE)
supe8839$( UNDEFINED: SUPE)
oplus8853$( UNDEFINED: OPLUS)
otimes8855$( UNDEFINED: OTIMES)
perp8869$( UNDEFINED: PERP)
sdot8901$( UNDEFINED: SDOT)
lceil8968$( UNDEFINED: LCEIL)
rceil8969$( UNDEFINED: RCEIL)
lfloor8970$( UNDEFINED: LFLOOR)
rfloor8971$( UNDEFINED: RFLOOR)
loz9674$( UNDEFINED: LOZ)
spades9824$( UNDEFINED: SPADES)
clubs9827$( UNDEFINED: CLUBS)
hearts9829$( UNDEFINED: HEARTS)
diams9830$( UNDEFINED: DIAMS)
lang10216$( UNDEFINED: LANG)
rang10217$( UNDEFINED: RANG)

portability, Portability Guide, memory-safe-d, Memory Safety