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

What is Unicode character 𨧶?

The Unicode character 𨧶 U+289F6 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+289F6.

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!