Hangzhou Numeral Seven
〧
Shortcodes
Copy and paste codes for Hangzhou Numeral Seven symbol 〧 to use in your websites, apps, blogs, and more.
Unicode
U+3027
HTML Code
〧
HEX Code
〧
CSS Code
\3027
JS/JSON
\u3027
Unix/C/PHP/JAVA
0x3027
URL-encode
%E3%80%A7
copied
Customize 〧 Symbol
Customize 〧 symbol as you like and download Hangzhou Numeral Seven as SVG or PNG or copy its HTML code to use in your projects.
Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
〧
How to type Hangzhou Numeral Seven symbol 〧 ?
- You can try inserting Hangzhou Numeral Seven symbol using these system tools:
- Mac Character Viewer (Control + Command + Space)
- Windows Emoji/Symbol Picker (Win + .)
- Windows Character Map (charmap.exe)
- Note: These tools may not include all Unicode symbols
- Copy and paste the 〧 symbol directly from this website.
- Use provided codes for Hangzhou Numeral Seven symbol where they are supported.
How to add Hangzhou Numeral Seven symbol in HTML, CSS, and JS?
HTML Methods:
1. Direct Symbol:
<span>〧</span>
2. HTML Decimal Code:
<span>〧</span>
3. Hexadecimal Code:
<span>〧</span>
Preview: 〧
CSS Method:
.symbol::before {
content: '\\3027';
}
Preview: Symbol
JavaScript Methods:
1. Direct Symbol:
document.querySelector('.symbol').textContent = '〧';
2. Unicode Escape:
document.querySelector('.symbol').textContent = '\u3027';
Preview: 〧