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

What is Unicode character 𡖵?

The Unicode character 𡖵 U+215B5 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+215B5.

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!