| Nome del simbolo | Cambodian Riel |
| Versione Unicode | 4.0 |
| Unicode | U+17DB |
| Blocco Unicode | |
| Categoria generale | Currency Symbol (Sc) |
| Codice CSS | \17DB |
| Codice esadecimale | 0x17DB |
| Codice HTML | ៛ |
| LaTeX | \textriel |
| Simbolo | ៛ |
| Codifica URL (percentuale UTF-8) | %E1%9F%9B |
| Nome parlato / screen reader | Cambodian Riel |
| UTF-8 | E1 9F 9B |
| UTF-16 | 17DB |
| UTF-32 | 000017DB |
1\documentclass{article}2\usepackage{pifont}3\textriel4\end{document}Puoi digitare il simbolo cambodian riel sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 6107 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search "riel", or enable Unicode Hex Input.
Ctrl + Shift + U, type 17db, then Enter (layout-dependent).
Paste from this page or use the symbol picker.
Paste from this page or select from extended symbol panels.
1span.riel::before { content: "\17DB"; }1<span>៛</span>La rappresentazione del simbolo Cambodian Riel nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u17DB' or String.fromCodePoint(0x17DB) |
| Python | '\N{KHMER CURRENCY SYMBOL RIEL}' or chr(6107) |
| Rust | '\u{17DB}' |
| C / C++ | UTF-8 source or wchar_t with U+17DB |
| Go | string(rune(0x17DB)) |
| Ruby | "\u17DB" |