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

What is Unicode character 𬖊?

The Unicode character 𬖊 U+2C58A 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+2C58A.

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!