| Nome del simbolo | Vertical Kana Repeat Mark Lower Half |
| Versione Unicode | 1.1 |
| Unicode | U+3035 |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo vertical kana repeat mark lower half sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Vertical Kana Repeat Mark Lower Half nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\3035 |
| Codice esadecimale | 0x3035 |
| Codice HTML | 〵 |
| LaTeX | \text{VERTICALKANAREPEATMARKLOWERHALF} |
| Simbolo | 〵 |
| Codifica URL (percentuale UTF-8) | %E3%80%B5 |
| Nome parlato / screen reader | Vertical Kana Repeat Mark Lower Half |