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

What is Unicode character 𬍵?

The Unicode character 𬍵 U+2C375 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C375.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!