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

What is Unicode character 𡦲?

The Unicode character 𡦲 U+219B2 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+219B2.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!