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

What is Unicode character 𨖍?

The Unicode character 𨖍 U+2858D 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+2858D.

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!