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

What is Unicode character 𨦧?

The Unicode character 𨦧 U+289A7 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+289A7.

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!