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

What is Unicode character 𨧝?

The Unicode character 𨧝 U+289DD 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+289DD.

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!