| Symbol Name | Vertical Kana Repeat Mark Lower Half |
| Unicode Version | 1.1 |
| Unicode | U+3035 |
| Unicode block | |
| General category | 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}You can type the vertical kana repeat mark lower half symbol on most modern devices with the help of following methods:
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>Vertical Kana Repeat Mark Lower Half symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
| CSS Code |
\3035 |
| Hex Code | 0x3035 |
| HTML Code | 〵 |
| LaTeX | \text{VERTICALKANAREPEATMARKLOWERHALF} |
| Symbol | 〵 |
| URL encode (UTF-8 percent) | %E3%80%B5 |
| Spoken / screen reader name | Vertical Kana Repeat Mark Lower Half |