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

What is Unicode character 𨣙?

The Unicode character 𨣙 U+288D9 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+288D9.

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!