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

What is Unicode character 𨦘?

The Unicode character 𨦘 U+28998 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+28998.

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!