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