| Symboolnaam | Asterisk |
| Unicode-versie | 1.1 |
| Unicode | U+002A |
| Unicode-blok | |
| Algemene categorie | Other Punctuation (Po) |
| CSS-code | \002A |
| Hexadecimale code | 0x002A |
| HTML-code | * |
| LaTeX | * |
| Symbool | * |
| URL-codering (UTF-8 procent) | %2A |
| Uitgesproken naam / schermlezer | Asterisk |
| UTF-8 | 2A |
| UTF-16 | 002A |
| UTF-32 | 0000002A |
1\documentclass{article}2\usepackage{pifont}3*4\end{document}Je kunt het asterisk-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 42 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "asterisk", or use Unicode Hex Input with 002A.
Ctrl + Shift + U, type 002a, 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 punctuation support.
1span.asterisk::before { content: "\002A"; }1<span>*</span>De weergave van het Asterisk-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u002A' or String.fromCodePoint(42) |
| Python | '\N{ASTERISK}' or chr(42) |
| Rust | '\u{002A}' |
| C / C++ | UTF-8 source or wchar_t with U+002A |
| Go | string(rune(0x002A)) |
| Ruby | "\u{002A}" |