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

What is Unicode character 𨦺?

The Unicode character 𨦺 U+289BA 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+289BA.

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!