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

What is Unicode character 𨦾?

The Unicode character 𨦾 U+289BE 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+289BE.

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!