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

What is Unicode character 𨡣?

The Unicode character 𨡣 U+28863 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+28863.

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!