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

What is Unicode character 𨦩?

The Unicode character 𨦩 U+289A9 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+289A9.

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!