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

What is Unicode character 𬟄?

The Unicode character 𬟄 U+2C7C4 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+2C7C4.

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!