| Symbol Name | Kyrgyzstani Som |
| Unicode Version | 14.0 |
| Unicode | U+20C0 |
| Unicode block | |
| General category | Currency Symbol (Sc) |
| CSS Code | \20C0 |
| Hex Code | 0x20C0 |
| HTML Code | ⃀ |
| LaTeX | \textsom |
| Symbol | ⃀ |
| URL encode (UTF-8 percent) | %E2%83%80 |
| Spoken / screen reader name | Kyrgyzstani Som |
| UTF-8 | E2 83 80 |
| UTF-16 | 20C0 |
| UTF-32 | 000020C0 |
1\documentclass{article}2\usepackage{pifont}3\textsom4\end{document}You can type the kyrgyzstani som symbol on most modern devices with the help of following methods:
Alt + 8384 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search "som", or enable Unicode Hex Input.
Ctrl + Shift + U, type 20c0, then Enter (layout-dependent).
Paste from this page or use the symbol picker.
Paste from this page or select from extended symbol panels.
1span.som::before { content: "\20C0"; }1<span>⃀</span>Kyrgyzstani Som symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u20C0' or String.fromCodePoint(0x20C0) |
| Python | '\N{SOM SIGN}' or chr(8384) |
| Rust | '\u{20C0}' |
| C / C++ | UTF-8 source or wchar_t with U+20C0 |
| Go | string(rune(0x20C0)) |
| Ruby | "\u20C0" |