| Nombre del símbolo | Not An Element Of |
| Versión Unicode | 1.1 |
| Unicode | U+2209 |
| Bloque Unicode | |
| Categoría general | Math Symbol (Sm) |
| UTF-8 | E2 88 89 |
| UTF-16 | 2209 |
| UTF-32 | 00002209 |
1\documentclass{article}2\usepackage{pifont}3\notin 4\end{document}Puedes escribir el símbolo not an element of en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 8713 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "not an element of", or use Unicode Hex Input with 2209.
Ctrl + Shift + U, type 2209, 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.not-an-element-of::before { content: "\2209"; }1<span>∉</span>La representación del símbolo Not An Element Of en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2209' or String.fromCodePoint(0x2209) |
| Python | '\N{NOT AN ELEMENT OF}' or chr(8713) |
| Rust | '\u{2209}' |
| C / C++ | UTF-8 source or wchar_t with U+2209 |
| Go | string(rune(0x2209)) |
| Ruby | "\u2209" |
| Código CSS |
\2209 |
| Código hexadecimal | 0x2209 |
| Código HTML | ∉ |
| LaTeX | \notin |
| Símbolo | ∉ |
| Codificación URL (porcentaje UTF-8) | %E2%88%89 |
| Nombre oral / lector de pantalla | Not An Element Of |