| Symbol Name | Azerbaijani Manat |
| Unicode Version | 7.0 |
| Unicode | U+20BC |
| Unicode block | |
| General category | Currency Symbol (Sc) |
| CSS Code | \20BC |
| Hex Code | 0x20BC |
| HTML Code | ₼ |
| LaTeX | \textmanat |
| Symbol | ₼ |
| URL encode (UTF-8 percent) | %E2%82%BC |
| Spoken / screen reader name | Azerbaijani Manat |
| UTF-8 | E2 82 BC |
| UTF-16 | 20BC |
| UTF-32 | 000020BC |
1\documentclass{article}2\usepackage{pifont}3\textmanat4\end{document}You can type the azerbaijani manat symbol on most modern devices with the help of following methods:
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>Azerbaijani Manat symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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" |