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

What is Unicode character 𨦬?

The Unicode character 𨦬 U+289AC 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+289AC.

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!