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

What is Unicode character 𰺲?

The Unicode character 𰺲 U+30EB2 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+30EB2.

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!