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

What is Unicode character 𨡢?

The Unicode character 𨡢 U+28862 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+28862.

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!