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

What is Unicode character 𡦢?

The Unicode character 𡦢 U+219A2 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+219A2.

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!