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

What is Unicode character 𰨨?

The Unicode character 𰨨 U+30A28 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+30A28.

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!