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

What is Unicode character 𬀙?

The Unicode character 𬀙 U+2C019 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+2C019.

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!