| Nombre del símbolo | Neither Less-than Nor Greater-than |
| Versión Unicode | 1.1 |
| Unicode | U+2278 |
| Bloque Unicode | |
| Categoría general | Math Symbol (Sm) |
| UTF-8 | E2 89 B8 |
| UTF-16 | 2278 |
| UTF-32 | 00002278 |
1\documentclass{article}2\usepackage{pifont}3\mathrm{≸}4\end{document}Puedes escribir el símbolo neither less-than nor greater-than en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 8824 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "neither less-than nor greater-than", or use Unicode Hex Input with 2278.
Ctrl + Shift + U, type 2278, 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 math symbol support.
1span.neither-less-than-nor-greater-than::before { content: "\2278"; }1<span>≸</span>La representación del símbolo Neither Less-than Nor Greater-than en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2278' or String.fromCodePoint(0x2278) |
| Python | '\N{NEITHER LESS-THAN NOR GREATER-THAN}' or chr(8824) |
| Rust | '\u{2278}' |
| C / C++ | UTF-8 source or wchar_t with U+2278 |
| Go | string(rune(0x2278)) |
| Ruby | "\u2278" |
| Código CSS |
\2278 |
| Código hexadecimal | 0x2278 |
| Código HTML | ≸ |
| LaTeX | \mathrm{≸} |
| Símbolo | ≸ |
| Codificación URL (porcentaje UTF-8) | %E2%89%B8 |
| Nombre oral / lector de pantalla | Neither Less-than Nor Greater-than |