Multiset Multiplication Symbol ⊍
⊍
Copy to Clipboard
Multiset Multiplication Symbol Information
Symbol Name | Multiset Multiplication |
Unicode Version | 1.1 (June 1993) |
Unicode | U+228D |
CSS Code | \228D |
HTML Entity | ⊍ |
Hex Code | ⊍ |
HTML Code | ⊍ |
Multiset Multiplication Symbol Encoding
UTF-8 | 0xE2 0x8A 0x8D |
UTF-16 | 0x228D |
UTF-32 | 0x0000228D |
Table of contents
- Multiset Multiplication PNG and SVG files
- How to type multiset multiplication on Microsoft Word
- How to type multiset multiplication on Microsoft Windows
- How to type multiset multiplication on Mac OS
- How to type multiset multiplication on Linux
- How to type multiset multiplication on IOS and Android
- How to use multiset multiplication in CSS
- How to use multiset multiplication in HTML
- Multiset Multiplication representation in programming languages
Multiset Multiplication symbol's PNG and SVG files
How to add multiset multiplication symbol via keyboard on different Operating systems
You can type the multiset multiplication on most modern devices with the help of following methods:
How to type multiset multiplication symbol on Microsoft Word
You can type the multiset multiplication on microsoft Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 2 2 8 D
- Without moving the cursor press keys Alt + x together
- The original 2 2 8 D is now transformed into ⊍
How to type multiset multiplication symbol on Microsoft Windows
You can type the multiset multiplication on Microsoft windows using following steps:
- Hold Alt and press to type multiset multiplication on your windows machine.
How to type multiset multiplication symbol on Mac OS
You can type the multiset multiplication 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 “Multiset Multiplication” 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 multiset multiplication symbol on Linux
You can type the multiset multiplication 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 2 2 8 D consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type multiset multiplication symbol on IOS and Android
The easiest way to type the multiset multiplication on ios and android is to copy and paste it wherever you need it.
How to use multiset multiplication in CSS
Copy
// css example
span {
content: "\228D";
}
How to type multiset multiplication in HTML
Copy
// html example
<span>⊍</span>
Multiset Multiplication symbol representation in programming languages
multiset multiplication's representation in different programming languages can be found in table below:
Language | Representation |
Rust | \u{228D} |
Ruby | \u{228D} |
Python | \u228D |
PHP | \u{228D} |
Perl | "\x{228D}" |
Java | \u228D |
Modern JavaScript - Since ES6 | \u{228D} |
JavaScript | \u228D |
Go | \u228D |
C# | \u228D |
C and C++ | \u228D |
Bash and Zsh - inside echo -e | \u228D |
RFC 5137 | \u'228D' |