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

What is Unicode character 𨖏?

The Unicode character 𨖏 U+2858F 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+2858F.

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!