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

What is Unicode character 𡖢?

The Unicode character 𡖢 U+215A2 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+215A2.

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!