| Symboolnaam | Fullwidth Left Parenthesis |
| Unicode-versie | 1.1 |
| Unicode | U+FF08 |
| Unicode-blok | |
| Algemene categorie | Open Punctuation (Ps) |
| UTF-8 | EF BC 88 |
| UTF-16 | FF08 |
| UTF-32 | 0000FF08 |
1\documentclass{article}2\usepackage{pifont}3\text{FULLWIDTHLEFTPARENTHESIS}4\end{document}Je kunt het fullwidth left parenthesis-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 65288 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "fullwidth left parenthesis", or use Unicode Hex Input with FF08.
Ctrl + Shift + U, type ff08, 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 bracket and quote support.
1span.fullwidth-left-parenthesis::before { content: "\FF08"; }1<span>(</span>De weergave van het Fullwidth Left Parenthesis-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uFF08' or String.fromCodePoint(65288) |
| Python | '\N{FULLWIDTH LEFT PARENTHESIS}' or chr(65288) |
| Rust | '\u{FF08}' |
| C / C++ | UTF-8 source or wchar_t with U+FF08 |
| Go | string(rune(0xFF08)) |
| Ruby | "\u{FF08}" |
| CSS-code |
\FF08 |
| Hexadecimale code | 0xFF08 |
| HTML-code | ( |
| LaTeX | \text{FULLWIDTHLEFTPARENTHESIS} |
| Symbool | ( |
| URL-codering (UTF-8 procent) | %EF%BC%88 |
| Uitgesproken naam / schermlezer | Fullwidth Left Parenthesis |