| Symbol Name | Circled Perpendicular |
| Unicode Version | 3.2 |
| Unicode | U+29B9 |
| Unicode block | |
| General category | Math Symbol (Sm) |
| CSS Code | \29B9 |
| Hex Code | 0x29B9 |
| HTML Code | ⦹ |
| LaTeX | \text{CIRCLEDPERPENDICULAR} |
| Symbol | ⦹ |
| URL encode (UTF-8 percent) | %E2%A6%B9 |
| Spoken / screen reader name | Circled Perpendicular |
| UTF-8 | E2 A6 B9 |
| UTF-16 | 29B9 |
| UTF-32 | 000029B9 |
1\documentclass{article}2\usepackage{pifont}3\text{CIRCLEDPERPENDICULAR}4\end{document}You can type the circled perpendicular symbol on most modern devices with the help of following methods:
Alt + 10681 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "circled perpendicular", or use Unicode Hex Input with 29B9.
Ctrl + Shift + U, type 29b9, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with geometric symbol support.
1span.circled-perpendicular::before { content: "\29B9"; }1<span>⦹</span>Circled Perpendicular symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u29B9' or String.fromCodePoint(10681) |
| Python | '\N{CIRCLED PERPENDICULAR}' or chr(10681) |
| Rust | '\u{29B9}' |
| C / C++ | UTF-8 source or wchar_t with U+29B9 |
| Go | string(rune(0x29B9)) |
| Ruby | "\u{29B9}" |