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

What is Unicode character 𨧟?

The Unicode character 𨧟 U+289DF 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+289DF.

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!