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

What is Unicode character 𫖹?

The Unicode character 𫖹 U+2B5B9 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+2B5B9.

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!