Fullwidth Latin Capital Letter Q
Q
Shortcodes
Copy useful codes for fullwidth latin capital letter q symbol Q to use in websites, apps, blogs, and docs.
Unicode
U+FF31 HTML Code
Q HEX Code
Q CSS Code
\FF31 JS/JSON
\uFF31 Unix/C/PHP/JAVA
0xFF31 URL-encode
%EF%BC%B1 Customize Fullwidth Latin Capital Letter Q
Customize Q, download it as SVG or PNG, or copy the generated HTML snippet.
Q
How to use Fullwidth Latin Capital Letter Q Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>Q</span> HTML Code:
<span>Q</span> HEX Code:
<span>Q</span> Add with CSS
.fullwidth-latin-capital-letter-q::before {
content: '\\FF31';
} Set it in JavaScript
document.querySelector('.fullwidth-latin-capital-letter-q').textContent = 'Q';