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

What is Unicode character 𰀶?

The Unicode character 𰀶 U+30036 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+30036.

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!