| Symboolnaam | Vertical Kana Repeat With Voiced Sound Mark Upper Half |
| Unicode-versie | 1.1 |
| Unicode | U+3034 |
| Unicode-blok | |
| Algemene categorie | Modifier Letter (Lm) |
| UTF-8 | E3 80 B4 |
| UTF-16 | 3034 |
| UTF-32 | 00003034 |
1\documentclass{article}2\usepackage{pifont}3\text{VERTICALKANAREPEATWITHVOICEDSOUNDMARKUPPERHALF}4\end{document}Je kunt het vertical kana repeat with voiced sound mark upper half-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 12340 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "vertical kana repeat with voiced sound mark upper half", or use Unicode Hex Input with 3034.
Ctrl + Shift + U, type 3034, 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-with-voiced-sound-mark-upper-half::before { content: "\3034"; }1<span>〴</span>De weergave van het Vertical Kana Repeat With Voiced Sound Mark Upper Half-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u3034' or String.fromCodePoint(12340) |
| Python | '\N{VERTICAL KANA REPEAT WITH VOICED SOUND MARK UPPER HALF}' or chr(12340) |
| Rust | '\u{3034}' |
| C / C++ | UTF-8 source or wchar_t with U+3034 |
| Go | string(rune(0x3034)) |
| Ruby | "\u{3034}" |
| CSS-code |
\3034 |
| Hexadecimale code | 0x3034 |
| HTML-code | 〴 |
| LaTeX | \text{VERTICALKANAREPEATWITHVOICEDSOUNDMARKUPPERHALF} |
| Symbool | 〴 |
| URL-codering (UTF-8 procent) | %E3%80%B4 |
| Uitgesproken naam / schermlezer | Vertical Kana Repeat With Voiced Sound Mark Upper Half |