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

What is Unicode character 𰀗?

The Unicode character 𰀗 U+30017 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+30017.

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!