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

What is Unicode character 𰀹?

The Unicode character 𰀹 U+30039 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+30039.

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!