| Nom du symbole | Cambodian Riel |
| Version Unicode | 4.0 |
| Unicode | U+17DB |
| Bloc Unicode | |
| Catégorie générale | Currency Symbol (Sc) |
| Code CSS | \17DB |
| Code hexadécimal | 0x17DB |
| Code HTML | ៛ |
| LaTeX | \textriel |
| Symbole | ៛ |
| Encodage URL (pourcent UTF-8) | %E1%9F%9B |
| Nom oral / lecteur d’écran | Cambodian Riel |
| UTF-8 | E1 9F 9B |
| UTF-16 | 17DB |
| UTF-32 | 000017DB |
1\documentclass{article}2\usepackage{pifont}3\textriel4\end{document}Vous pouvez saisir le symbole cambodian riel sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Cambodian Riel dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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" |