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

What is Unicode character 𨧦?

The Unicode character 𨧦 U+289E6 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+289E6.

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!