Search
Search for a symbol or emoji...
㊭
㊭
Chinese Enterprise Symbol ㊭
Chinese Enterprise Symbol Information
| Symbol Name | Chinese Enterprise |
| Unicode Version | 1.1 (June 1993) |
| Unicode | U+32AD |
| CSS Code | \32AD |
| Hex Code | ㊭ |
| HTML Code | ㊭ |
| Symbol | ㊭ |
Chinese Enterprise Symbol Encoding
| UTF-8 | 0xE3 0x8A 0xAD |
| UTF-16 | 0x32AD |
| UTF-32 | 0x000032AD |
How to add chinese enterprise symbol via keyboard on different Operating systems
You can type the chinese enterprise symbol on most modern devices with the help of following methods:
How to type chinese enterprise symbol on Microsoft Word
You can type the chinese enterprise in Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 32AD
- Without moving the cursor press keys Alt + x together
- The original 32AD is now transformed into ㊭
How to type chinese enterprise symbol on Microsoft Windows
You can type the chinese enterprise on Microsoft windows using following steps:
- Hold Alt and press to type chinese enterprise on your windows machine.
How to type chinese enterprise symbol on Mac OS
You can type the chinese enterprise on Mac OS using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Press Ctrl + ⌘ Command + ⎵ Space to bring up the Character Viewer. Alternatively, choose Edit ⇒ Emoji & Symbols
- Type "Chinese Enterprise" in the search field at the top and press Enter
- The symbol should appear. Click on it to insert it into your text


How to type chinese enterprise symbol on Linux
You can type the chinese enterprise on Linux using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Hold ⇧ Shift + Ctrl and press the letter + U
- Press keys 32AD consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type chinese enterprise symbol on IOS and Android
The easiest way to type the chinese enterprise symbol on ios and android is to copy and paste it wherever you need it.
How to use chinese enterprise in CSS
//CSS Example
1span {
2 content: \32AD;
3 }How to use chinese enterprise in HTML
//HTML Example
1<span>㊭</span>Chinese Enterprise symbol representation in programming languages
Chinese Enterprisesymbol's representation in different programming languages can be found in table below:
| Language | Representation |
|---|---|
| Rust | \u{32AD} |
| Ruby | \u{32AD} |
| Python | \u32AD |
| PHP | \u{32AD} |
| Perl | \x{32AD} |
| Java | \u32AD |
| Modern JavaScript - Since ES6 | \u{32AD} |
| JavaScript | \u32AD |
| Go | \u32AD |
| C# | \u32AD |
| C and C++ | \u32AD |
| Bash and Zsh - inside echo -e | \u32AD |
| RFC 5137 | \u'32AD' |
