| Symbol Name | Ocr Bow Tie |
| Unicode Version | 1.1 |
| Unicode | U+2445 |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \2445 |
| Hex Code | 0x2445 |
| HTML Code | ⑅ |
| LaTeX | \text{OCRBOWTIE} |
| Symbol | ⑅ |
| URL encode (UTF-8 percent) | %E2%91%85 |
| Spoken / screen reader name | Ocr Bow Tie |
| UTF-8 | E2 91 85 |
| UTF-16 | 2445 |
| UTF-32 | 00002445 |
1\documentclass{article}2\usepackage{pifont}3\text{OCRBOWTIE}4\end{document}You can type the ocr bow tie symbol on most modern devices with the help of following methods:
Alt + 9285 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "ocr bow tie", or use Unicode Hex Input with 2445.
Ctrl + Shift + U, type 2445, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with legacy computing symbol support.
1span.ocr-bow-tie::before { content: "\2445"; }1<span>⑅</span>Ocr Bow Tie symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2445' or String.fromCodePoint(9285) |
| Python | '\N{OCR BOW TIE}' or chr(9285) |
| Rust | '\u{2445}' |
| C / C++ | UTF-8 source or wchar_t with U+2445 |
| Go | string(rune(0x2445)) |
| Ruby | "\u{2445}" |