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

What is Unicode character 𰈨?

The Unicode character 𰈨 U+30228 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+30228.

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!