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

What is Unicode character 𨡡?

The Unicode character 𨡡 U+28861 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+28861.

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!