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

What is Unicode character 𰼢?

The Unicode character 𰼢 U+30F22 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+30F22.

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!