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

What is Unicode character 𨖊?

The Unicode character 𨖊 U+2858A 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+2858A.

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!