Katakana Letter Si
シ
Shortcodes
Copy useful codes for katakana letter si symbol シ to use in websites, apps, blogs, and docs.
Unicode
U+30B7 HTML Code
シ HEX Code
シ CSS Code
\30B7 JS/JSON
\u30B7 Unix/C/PHP/JAVA
0x30B7 URL-encode
%E3%82%B7 Customize Katakana Letter Si
Customize シ, download it as SVG or PNG, or copy the generated HTML snippet.
シ
How to use Katakana Letter Si 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
.katakana-letter-si::before {
content: '\\30B7';
} Set it in JavaScript
document.querySelector('.katakana-letter-si').textContent = 'シ';