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

What is Unicode character 𬍴?

The Unicode character 𬍴 U+2C374 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+2C374.

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!