Presentation Form For Vertical Question Mark
︖
Shortcodes
Copy useful codes for presentation form for vertical question mark symbol ︖ to use in websites, apps, blogs, and docs.
Unicode
U+FE16 HTML Code
︖ HEX Code
︖ CSS Code
\FE16 JS/JSON
\uFE16 Unix/C/PHP/JAVA
0xFE16 URL-encode
%EF%B8%96 Customize Presentation Form For Vertical Question Mark
Customize ︖, download it as SVG or PNG, or copy the generated HTML snippet.
︖
How to use Presentation Form For Vertical Question Mark Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>︖</span> HTML Code:
<span>︖</span> HEX Code:
<span>︖</span> Add with CSS
.presentation-form-for-vertical-question-mark::before {
content: '\\FE16';
} Set it in JavaScript
document.querySelector('.presentation-form-for-vertical-question-mark').textContent = '︖';