Service Mark Sign
℠
Shortcodes
Copy useful codes for service mark sign ℠ to use in websites, apps, blogs, and docs.
Unicode
U+2120 HTML Code
℠ HEX Code
℠ CSS Code
\2120 JS/JSON
\u2120 Unix/C/PHP/JAVA
0x2120 URL-encode
%E2%84%A0 Customize Service Mark Sign
Customize ℠, download it as SVG or PNG, or copy the generated HTML snippet.
℠
How to use Service Mark Sign in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>℠</span> HTML Code:
<span>℠</span> HEX Code:
<span>℠</span> Add with CSS
.service-mark-sign::before {
content: '\\2120';
} Set it in JavaScript
document.querySelector('.service-mark-sign').textContent = '℠';