| Nome del simbolo | Azerbaijani Manat |
| Versione Unicode | 7.0 |
| Unicode | U+20BC |
| Blocco Unicode | |
| Categoria generale | Currency Symbol (Sc) |
| Codice CSS | \20BC |
| Codice esadecimale | 0x20BC |
| Codice HTML | ₼ |
| LaTeX | \textmanat |
| Simbolo | ₼ |
| Codifica URL (percentuale UTF-8) | %E2%82%BC |
| Nome parlato / screen reader | Azerbaijani Manat |
| UTF-8 | E2 82 BC |
| UTF-16 | 20BC |
| UTF-32 | 000020BC |
1\documentclass{article}2\usepackage{pifont}3\textmanat4\end{document}Puoi digitare il simbolo azerbaijani manat sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 8380 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search "manat", or enable Unicode Hex Input.
Ctrl + Shift + U, type 20bc, then Enter (layout-dependent).
Paste from this page or use the symbol picker.
Paste from this page or select from extended symbol panels.
1span.manat::before { content: "\20BC"; }1<span>₼</span>La rappresentazione del simbolo Azerbaijani Manat nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u20BC' or String.fromCodePoint(0x20BC) |
| Python | '\N{MANAT SIGN}' or chr(8380) |
| Rust | '\u{20BC}' |
| C / C++ | UTF-8 source or wchar_t with U+20BC |
| Go | string(rune(0x20BC)) |
| Ruby | "\u20BC" |