| Nombre del símbolo | Vertical Kana Repeat Mark Lower Half |
| Versión Unicode | 1.1 |
| Unicode | U+3035 |
| Bloque Unicode | |
| Categoría general | Modifier Letter (Lm) |
| UTF-8 | E3 80 B5 |
| UTF-16 | 3035 |
| UTF-32 | 00003035 |
1\documentclass{article}2\usepackage{pifont}3\text{VERTICALKANAREPEATMARKLOWERHALF}4\end{document}Puedes escribir el símbolo vertical kana repeat mark lower half en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 12341 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "vertical kana repeat mark lower half", or use Unicode Hex Input with 3035.
Ctrl + Shift + U, type 3035, 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 geometric symbol support.
1span.vertical-kana-repeat-mark-lower-half::before { content: "\3035"; }1<span>〵</span>La representación del símbolo Vertical Kana Repeat Mark Lower Half en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u3035' or String.fromCodePoint(12341) |
| Python | '\N{VERTICAL KANA REPEAT MARK LOWER HALF}' or chr(12341) |
| Rust | '\u{3035}' |
| C / C++ | UTF-8 source or wchar_t with U+3035 |
| Go | string(rune(0x3035)) |
| Ruby | "\u{3035}" |
| Código CSS |
\3035 |
| Código hexadecimal | 0x3035 |
| Código HTML | 〵 |
| LaTeX | \text{VERTICALKANAREPEATMARKLOWERHALF} |
| Símbolo | 〵 |
| Codificación URL (porcentaje UTF-8) | %E3%80%B5 |
| Nombre oral / lector de pantalla | Vertical Kana Repeat Mark Lower Half |