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

What is Unicode character 𰀵?

The Unicode character 𰀵 U+30035 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+30035.

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!