| Nombre del símbolo | Heavy Vertical Bar |
| Versión Unicode | 1.1 |
| Unicode | U+275A |
| Bloque Unicode | |
| Categoría general | Other Symbol (So) |
| Código CSS |
| UTF-8 | E2 9D 9A |
| UTF-16 | 275A |
| UTF-32 | 0000275A |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYVERTICALBAR}4\end{document}Puedes escribir el símbolo heavy vertical bar en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 10074 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "heavy vertical bar", or use Unicode Hex Input with 275A.
Ctrl + Shift + U, type 275a, 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 ornament and fleuron support.
1span.heavy-vertical-bar::before { content: "\275A"; }1<span>❚</span>La representación del símbolo Heavy Vertical Bar en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u275A' or String.fromCodePoint(10074) |
| Python | '\N{HEAVY VERTICAL BAR}' or chr(10074) |
| Rust | '\u{275A}' |
| C / C++ | UTF-8 source or wchar_t with U+275A |
| Go | string(rune(0x275A)) |
| Ruby | "\u{275A}" |
\275A |
| Código hexadecimal | 0x275A |
| Código HTML | ❚ |
| LaTeX | \text{HEAVYVERTICALBAR} |
| Símbolo | ❚ |
| Codificación URL (porcentaje UTF-8) | %E2%9D%9A |
| Nombre oral / lector de pantalla | Heavy Vertical Bar |