| Nombre del símbolo | Cambodian Riel |
| Versión Unicode | 4.0 |
| Unicode | U+17DB |
| Bloque Unicode | |
| Categoría general | Currency Symbol (Sc) |
| Código CSS | \17DB |
| Código hexadecimal | 0x17DB |
| Código HTML | ៛ |
| LaTeX | \textriel |
| Símbolo | ៛ |
| Codificación URL (porcentaje UTF-8) | %E1%9F%9B |
| Nombre oral / lector de pantalla | Cambodian Riel |
| UTF-8 | E1 9F 9B |
| UTF-16 | 17DB |
| UTF-32 | 000017DB |
1\documentclass{article}2\usepackage{pifont}3\textriel4\end{document}Puedes escribir el símbolo cambodian riel en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Cambodian Riel en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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" |