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

What is Unicode character 𰨧?

The Unicode character 𰨧 U+30A27 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+30A27.

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!