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

What is Unicode character 𨣝?

The Unicode character 𨣝 U+288DD 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+288DD.

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!