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

What is Unicode character 𭟀?

The Unicode character 𭟀 U+2D7C0 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+2D7C0.

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!