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

What is Unicode character 𰾲?

The Unicode character 𰾲 U+30FB2 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+30FB2.

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!