| Nome del simbolo | Observer Eye Symbol |
| Versione Unicode | 10.0 |
| Unicode | U+23FF |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| Codice CSS | \23FF |
| Codice esadecimale | 0x23FF |
| Codice HTML | ⏿ |
| LaTeX | \text{OBSERVEREYESYMBOL} |
| Simbolo | ⏿ |
| Codifica URL (percentuale UTF-8) | %E2%8F%BF |
| Nome parlato / screen reader | Observer Eye Symbol |
| UTF-8 | E2 8F BF |
| UTF-16 | 23FF |
| UTF-32 | 000023FF |
1\documentclass{article}2\usepackage{pifont}3\text{OBSERVEREYESYMBOL}4\end{document}Puoi digitare il simbolo observer eye sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 9215 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "observer eye symbol", or use Unicode Hex Input with 23FF.
Ctrl + Shift + U, type 23ff, 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 power and UI symbol support.
1span.observer-eye-symbol::before { content: "\23FF"; }1<span>⏿</span>La rappresentazione del simbolo Observer Eye nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u23FF' or String.fromCodePoint(9215) |
| Python | '\N{OBSERVER EYE SYMBOL}' or chr(9215) |
| Rust | '\u{23FF}' |
| C / C++ | UTF-8 source or wchar_t with U+23FF |
| Go | string(rune(0x23FF)) |
| Ruby | "\u{23FF}" |