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

What is Unicode character 𬖏?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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