You Are Here -
Home ยป No ยป U+1ED50

Css Styling

Size
๐žต
15px
๐žต
18px
๐žต
21px
๐žต
24px
๐žต
27px
๐žต
30px
๐žต
33px
๐žต
36px
๐žต
42px
๐žต
48px
๐žต
54px
๐žต
60px
๐žต
66px
๐žต
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
๐žต
Bold
๐žต
Italic
๐žต
Underline
๐žต
Strikethrough
๐žต
UpperCase
๐žต
LowerCase
๐žต
Oblique
A ๐žต
Subscript
A ๐žต
Superscript
๐žต
Shadow
💡: Some CSS style classes wonโ€™t work with some Unicode characters.
Font Family
๐žต
Arial
๐žต
Times New Roman
๐žต
Verdana
๐žต
Courier New
๐žต
Garamond
๐žต
Georgia
๐žต
Trebuchet MS
๐žต
Tahoma
๐žต
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
๐žต
White
๐žต
Brown
๐žต
Maroon
๐žต
Magenta
๐žต
Red
๐žต
Orange
๐žต
Yellow
๐žต
Green
๐žต
Teal
๐žต
Cyan
๐žต
Blue
๐žต
Violet
๐žต
Purple
๐žต
Indigo
๐žต
Gray
๐žต
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
๐žต
White
๐žต
Brown
๐žต
Maroon
๐žต
Magenta
๐žต
Red
๐žต
Orange
๐žต
Yellow
๐žต
Green
๐žต
Teal
๐žต
Cyan
๐žต
Blue
๐žต
Violet
๐žต
Purple
๐žต
Indigo
๐žต
Gray
๐žต
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Code Snippets

Lang Example Copy
HTML <p>&#126288;</p>
๐Ÿ“‹
CSS .selector { content: '\1ED50' };
๐Ÿ“‹
JS var unicodeA = '\u1ED50 ';
๐Ÿ“‹
CPP char unicodeA = ' \u1ED50 ';
๐Ÿ“‹
Java char unicodeA = '\u1ED50';
๐Ÿ“‹
Python unicodeA = '\u1ED50'
๐Ÿ“‹

What is Unicode character ๐žต?

The Unicode character ๐žต U+1ED50 is U+1ED50 in the No block.

What does the Unicode character ๐žต represent?

The Unicode character ๐žต represents U+1ED50.

What is the Unicode code point for ๐žต?

The Unicode code point for ๐žต is U+1ED50.

Is the appearance of the ๐žต character consistent across all platforms?

The appearance of the ๐žต character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the U+1ED50 remains consistent.

How can I ensure the ๐žต character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Uncoded script to correctly render the ๐žต character.

In which version was Unicode character ๐žต released, and to which block of characters does it belong?

Unicode character ๐žต was first introduced in Unicode Version Unassigned, and it belongs to the No block of characters.

Unicode Properties

Applicable Properties With Values

Age Unassigned
Bidi Class Right to Left Letter
Bidi Paired Bracket Type Not a bracket
Block No
General Category Unassigned
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Unknown
Numeric Value Not a Number
Script Uncoded
Sentence Break Unknown
Word Break Unknown
Copied!