| Nom du symbole | Kyrgyzstani Som |
| Version Unicode | 14.0 |
| Unicode | U+20C0 |
| Bloc Unicode | |
| Catégorie générale | Currency Symbol (Sc) |
| Code CSS | \20C0 |
| Code hexadécimal | 0x20C0 |
| Code HTML | ⃀ |
| LaTeX | \textsom |
| Symbole | ⃀ |
| Encodage URL (pourcent UTF-8) | %E2%83%80 |
| Nom oral / lecteur d’écran | Kyrgyzstani Som |
| UTF-8 | E2 83 80 |
| UTF-16 | 20C0 |
| UTF-32 | 000020C0 |
1\documentclass{article}2\usepackage{pifont}3\textsom4\end{document}Vous pouvez saisir le symbole kyrgyzstani som sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Kyrgyzstani Som dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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" |