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

What is Unicode character 𰀙?

The Unicode character 𰀙 U+30019 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+30019.

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 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
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!