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

What is Unicode character 𰀧?

The Unicode character 𰀧 U+30027 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+30027.

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!