Search
Search for a symbol or emoji...
∿
∿
Sine Wave Symbol ∿
Sine Wave Symbol Information
| Symbol Name | Sine Wave |
| Unicode Version | 1.1 (June 1993) |
| Unicode | U+223F |
| CSS Code | \223F |
| HTML Entity | ∿ |
| Hex Code | ∿ |
| HTML Code | ∿ |
| Symbol | ∿ |
Sine Wave Symbol Encoding
| UTF-8 | 0xE2 0x88 0xBF |
| UTF-16 | 0x223F |
| UTF-32 | 0x0000223F |
How to add sine wave symbol via keyboard on different Operating systems
You can type the sine wave symbol on most modern devices with the help of following methods:
How to type sine wave symbol on Microsoft Word
You can type the sine wave in Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 223F
- Without moving the cursor press keys Alt + x together
- The original 223F is now transformed into ∿
How to type sine wave symbol on Microsoft Windows
You can type the sine wave on Microsoft windows using following steps:
- Hold Alt and press to type sine wave on your windows machine.
How to type sine wave symbol on Mac OS
You can type the sine wave 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 "Sine Wave" 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 sine wave symbol on Linux
You can type the sine wave 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 223F consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type sine wave symbol on IOS and Android
The easiest way to type the sine wave symbol on ios and android is to copy and paste it wherever you need it.
How to use sine wave in CSS
//CSS Example
1span {
2 content: \223F;
3 }How to use sine wave in HTML
//HTML Example
1<span>∿</span>Sine Wave symbol representation in programming languages
Sine Wavesymbol's representation in different programming languages can be found in table below:
| Language | Representation |
|---|---|
| Rust | \u{223F} |
| Ruby | \u{223F} |
| Python | \u223F |
| PHP | \u{223F} |
| Perl | \x{223F} |
| Java | \u223F |
| Modern JavaScript - Since ES6 | \u{223F} |
| JavaScript | \u223F |
| Go | \u223F |
| C# | \u223F |
| C and C++ | \u223F |
| Bash and Zsh - inside echo -e | \u223F |
| RFC 5137 | \u'223F' |
