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

What is Unicode character 𫖎?

The Unicode character 𫖎 U+2B58E 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+2B58E.

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!