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

What is Unicode character 𭟄?

The Unicode character 𭟄 U+2D7C4 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+2D7C4.

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!