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

What is Unicode character 𬍳?

The Unicode character 𬍳 U+2C373 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+2C373.

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!