Mirror of the Rel4tion website/wiki source, view at <http://rel4tion.org>

[[ 🗃 ^yEzqv rel4tion-wiki ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Commits]

Clone

HTTPS: git clone https://vervis.peers.community/repos/yEzqv

SSH: git clone USERNAME@vervis.peers.community:yEzqv

Branches

Tags

master :: projects / idan / manual / 02-literals /

09-num-escape.mdwn

[[!meta title=“2.9 | Numeric Character Escape Sequences”]]

Numeric Character Escape Sequences

The numeric sequences allow specifying a character value by its Unicode character number (code point). They’re supported by single-quoted character literals and inside string literals.

The maximal value of a numeric sequence is \1114111, which is the same as \o4177777 and \x10ffff. This is exactly enough to represent all Unicode values.

[See repo JSON]