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>&#177589;</p>
📋
CSS .selector { content: '\2B5B5' };
📋
JS var unicodeA = '\u2B5B5 ';
📋
CPP char unicodeA = ' \u2B5B5 ';
📋
Java char unicodeA = '\u2B5B5';
📋
Python unicodeA = '\u2B5B5'
📋

What is Unicode character 𫖵?

The Unicode character 𫖵 U+2B5B5 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B5B5.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!