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

What is Unicode character 𨦆?

The Unicode character 𨦆 U+28986 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+28986.

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!