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>&#190301;</p>
📋
CSS .selector { content: '\2E75D' };
📋
JS var unicodeA = '\u2E75D ';
📋
CPP char unicodeA = ' \u2E75D ';
📋
Java char unicodeA = '\u2E75D';
📋
Python unicodeA = '\u2E75D'
📋

What is Unicode character 𮝝?

The Unicode character 𮝝 U+2E75D is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F block.

What does the Unicode character 𮝝 represent?

The Unicode character 𮝝 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𮝝?

The Unicode code point for 𮝝 is U+2E75D.

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 Cjk Unified Ideograph- 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 Han 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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!