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

What is Unicode character 𨧵?

The Unicode character 𨧵 U+289F5 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+289F5.

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!