[ ]
Description
Medium Mathematical Space Unicode character is used in Mathematical formulas.
Shortcodes
Unicode | U+205F | |
---|---|---|
HTML Code |   | |
HEX Code |   | |
CSS Code | \205F | |
HTML Entity |   |
How to add Medium Mathematical Space character in HTML?
To add the Medium Mathematical Space character in HTML, you can use HTML code(decimal), HEX code, or HTML entity(named). Copy the available codes from the Shortcodes table and paste it in your HTML code.
For example: Medium Mathematical Space Character
The above code will show this result: Medium Mathematical Space Character
An HTML Entity(named) or HEX Code can also display the character in HTML.
How to add Medium Mathematical Space character using CSS?
You can show Medium Mathematical Space character using CSS by utilizing CSS shortcode or entity. Use :before
or :after
to insert symbol before or after an element.
Example:.elementClass:after {
content: '\205F';
}