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

What is Unicode character 𨦪?

The Unicode character 𨦪 U+289AA 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+289AA.

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!