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

What is Unicode character 𨦙?

The Unicode character 𨦙 U+28999 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+28999.

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!