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

What is Unicode character 𨧯?

The Unicode character 𨧯 U+289EF 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+289EF.

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!