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

What is Unicode character 𰂲?

The Unicode character 𰂲 U+300B2 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+300B2.

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!