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

What is Unicode character 𰆲?

The Unicode character 𰆲 U+301B2 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+301B2.

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!