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

What is Unicode character 𨦦?

The Unicode character 𨦦 U+289A6 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+289A6.

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!