| Symbol Name | Cambodian Riel |
| Unicode Version | 4.0 |
| Unicode | U+17DB |
| Unicode block | |
| General category | Currency Symbol (Sc) |
| CSS Code | \17DB |
| Hex Code | 0x17DB |
| HTML Code | ៛ |
| LaTeX | \textriel |
| Symbol | ៛ |
| URL encode (UTF-8 percent) | %E1%9F%9B |
| Spoken / screen reader name | Cambodian Riel |
| UTF-8 | E1 9F 9B |
| UTF-16 | 17DB |
| UTF-32 | 000017DB |
1\documentclass{article}2\usepackage{pifont}3\textriel4\end{document}You can type the cambodian riel symbol on most modern devices with the help of following methods:
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>Cambodian Riel symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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" |