Chinese Enterprise Symbol ㊭
㊭
Copy to Clipboard
Chinese Enterprise Symbol Information
Symbol Name | Chinese Enterprise |
Unicode Version | 1.1 (June 1993) |
Unicode | U+32AD |
CSS Code | \32AD |
Hex Code | ㊭ |
HTML Code | ㊭ |
Chinese Enterprise Symbol Encoding
UTF-8 | 0xE3 0x8A 0xAD |
UTF-16 | 0x32AD |
UTF-32 | 0x000032AD |
Table of contents
- Chinese Enterprise PNG and SVG files
- How to type chinese enterprise on Microsoft Word
- How to type chinese enterprise on Microsoft Windows
- How to type chinese enterprise on Mac OS
- How to type chinese enterprise on Linux
- How to type chinese enterprise on IOS and Android
- How to use chinese enterprise in CSS
- How to use chinese enterprise in HTML
- Chinese Enterprise representation in programming languages
Chinese Enterprise symbol's PNG and SVG files
How to add chinese enterprise symbol via keyboard on different Operating systems
You can type the chinese enterprise 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 on microsoft Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 3 2 A D
- Without moving the cursor press keys Alt + x together
- The original 3 2 A D 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 3 2 A D 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 on ios and android is to copy and paste it wherever you need it.
How to use chinese enterprise in CSS
Copy
// css example
span {
content: "\32AD";
}
How to type chinese enterprise in HTML
Copy
// html example
<span>㊭</span>
Chinese Enterprise symbol representation in programming languages
chinese enterprise'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' |