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

What is Unicode character 𰊲?

The Unicode character 𰊲 U+302B2 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+302B2.

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!