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

What is Unicode character 𰀨?

The Unicode character 𰀨 U+30028 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+30028.

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!