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

What is Unicode character 𫖍?

The Unicode character 𫖍 U+2B58D 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+2B58D.

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!