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

What is Unicode character 𨦰?

The Unicode character 𨦰 U+289B0 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+289B0.

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!