Software-Function Symbol Symbol ⎔
⎔
Copy to Clipboard
Software-Function Symbol Symbol Information
Symbol Name | Software-Function Symbol |
Unicode Version | 3.0 (September 1999) |
Unicode | U+2394 |
CSS Code | \2394 |
Hex Code | ⎔ |
HTML Code | ⎔ |
Software-Function Symbol Symbol Encoding
UTF-8 | 0xE2 0x8E 0x94 |
UTF-16 | 0x2394 |
UTF-32 | 0x00002394 |
Table of contents
- Software-Function Symbol PNG and SVG files
- How to type software-function symbol on Microsoft Word
- How to type software-function symbol on Microsoft Windows
- How to type software-function symbol on Mac OS
- How to type software-function symbol on Linux
- How to type software-function symbol on IOS and Android
- How to use software-function symbol in CSS
- How to use software-function symbol in HTML
- Software-Function Symbol representation in programming languages
Software-Function Symbol symbol's PNG and SVG files
How to add software-function symbol symbol via keyboard on different Operating systems
You can type the software-function symbol on most modern devices with the help of following methods:
How to type software-function symbol symbol on Microsoft Word
You can type the software-function symbol 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 3 9 4
- Without moving the cursor press keys Alt + x together
- The original 2 3 9 4 is now transformed into ⎔
How to type software-function symbol symbol on Microsoft Windows
You can type the software-function symbol on Microsoft windows using following steps:
- Hold Alt and press to type software-function symbol on your windows machine.
How to type software-function symbol symbol on Mac OS
You can type the software-function symbol 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 “Software-Function Symbol” 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 software-function symbol symbol on Linux
You can type the software-function symbol 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 3 9 4 consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type software-function symbol symbol on IOS and Android
The easiest way to type the software-function symbol on ios and android is to copy and paste it wherever you need it.
How to use software-function symbol in CSS
Copy
// css example
span {
content: "\2394";
}
How to type software-function symbol in HTML
Copy
// html example
<span>⎔</span>
Software-Function Symbol symbol representation in programming languages
software-function symbol's representation in different programming languages can be found in table below:
Language | Representation |
Rust | \u{2394} |
Ruby | \u{2394} |
Python | \u2394 |
PHP | \u{2394} |
Perl | "\x{2394}" |
Java | \u2394 |
Modern JavaScript - Since ES6 | \u{2394} |
JavaScript | \u2394 |
Go | \u2394 |
C# | \u2394 |
C and C++ | \u2394 |
Bash and Zsh - inside echo -e | \u2394 |
RFC 5137 | \u'2394' |