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>&#165262;</p>
📋
CSS .selector { content: '\2858E' };
📋
JS var unicodeA = '\u2858E ';
📋
CPP char unicodeA = ' \u2858E ';
📋
Java char unicodeA = '\u2858E';
📋
Python unicodeA = '\u2858E'
📋

What is Unicode character 𨖎?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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