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

What is Unicode character 𡖲?

The Unicode character 𡖲 U+215B2 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+215B2.

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!