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

What is Unicode character 𨦻?

The Unicode character 𨦻 U+289BB 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+289BB.

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!