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

What is Unicode character 𡖶?

The Unicode character 𡖶 U+215B6 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+215B6.

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!