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

What is Unicode character 𨧰?

The Unicode character 𨧰 U+289F0 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+289F0.

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!