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

What is Unicode character 𰈦?

The Unicode character 𰈦 U+30226 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+30226.

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!