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

What is Unicode character 𭃀?

The Unicode character 𭃀 U+2D0C0 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+2D0C0.

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!