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

What is Unicode character 𨦹?

The Unicode character 𨦹 U+289B9 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+289B9.

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!