| Nombre del símbolo | Apl Functional Symbol Quad Not Equal |
| Versión Unicode | 1.1 |
| Unicode | U+236F |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| UTF-8 | E2 8D AF |
| UTF-16 | 236F |
| UTF-32 | 0000236F |
1\documentclass{article}2\usepackage{pifont}3\text{APLFUNCTIONALSYMBOLQUADNOTEQUAL}4\end{document}Puedes escribir el símbolo apl functional symbol quad not equal en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 9071 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "apl functional symbol quad not equal", or use Unicode Hex Input with 236F.
Ctrl + Shift + U, type 236f, 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.apl-functional-symbol-quad-not-equal::before { content: "\236F"; }1<span>⍯</span>La representación del símbolo Apl Functional Symbol Quad Not Equal en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u236F' or String.fromCodePoint(9071) |
| Python | '\N{APL FUNCTIONAL SYMBOL QUAD NOT EQUAL}' or chr(9071) |
| Rust | '\u{236F}' |
| C / C++ | UTF-8 source or wchar_t with U+236F |
| Go | string(rune(0x236F)) |
| Ruby | "\u{236F}" |
| Código CSS |
\236F |
| Código hexadecimal | 0x236F |
| Código HTML | ⍯ |
| LaTeX | \text{APLFUNCTIONALSYMBOLQUADNOTEQUAL} |
| Símbolo | ⍯ |
| Codificación URL (porcentaje UTF-8) | %E2%8D%AF |
| Nombre oral / lector de pantalla | Apl Functional Symbol Quad Not Equal |