| Nom du symbole | Fullwidth Asterisk |
| Version Unicode | 1.1 |
| Unicode | U+FF0A |
| Bloc Unicode | |
| Catégorie générale | Other Punctuation (Po) |
| UTF-8 | EF BC 8A |
| UTF-16 | FF0A |
| UTF-32 | 0000FF0A |
1\documentclass{article}2\usepackage{pifont}3\text{FULLWIDTHASTERISK}4\end{document}Vous pouvez saisir le symbole fullwidth asterisk sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 65290 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "fullwidth asterisk", or use Unicode Hex Input with FF0A.
Ctrl + Shift + U, type ff0a, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with star and asterisk support.
1span.fullwidth-asterisk::before { content: "\FF0A"; }1<span>*</span>La représentation du symbole Fullwidth Asterisk dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uFF0A' or String.fromCodePoint(65290) |
| Python | '\N{FULLWIDTH ASTERISK}' or chr(65290) |
| Rust | '\u{FF0A}' |
| C / C++ | UTF-8 source or wchar_t with U+FF0A |
| Go | string(rune(0xFF0A)) |
| Ruby | "\u{FF0A}" |
| Code CSS |
\FF0A |
| Code hexadécimal | 0xFF0A |
| Code HTML | * |
| LaTeX | \text{FULLWIDTHASTERISK} |
| Symbole | * |
| Encodage URL (pourcent UTF-8) | %EF%BC%8A |
| Nom oral / lecteur d’écran | Fullwidth Asterisk |