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

What is Unicode character 𨖌?

The Unicode character 𨖌 U+2858C 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+2858C.

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!