| Nombre del símbolo | Observer Eye Symbol |
| Versión Unicode | 10.0 |
| Unicode | U+23FF |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 8F BF |
| UTF-16 | 23FF |
| UTF-32 | 000023FF |
1\documentclass{article}2\usepackage{pifont}3\text{OBSERVEREYESYMBOL}4\end{document}Puedes escribir el símbolo observer eye en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Observer Eye en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\23FF |
| Código hexadecimal | 0x23FF |
| Código HTML | ⏿ |
| LaTeX | \text{OBSERVEREYESYMBOL} |
| Símbolo | ⏿ |
| Codificación URL (porcentaje UTF-8) | %E2%8F%BF |
| Nombre oral / lector de pantalla | Observer Eye Symbol |