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

What is Unicode character 𮍵?

The Unicode character 𮍵 U+2E375 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+2E375.

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!