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

What is Unicode character 𨦭?

The Unicode character 𨦭 U+289AD 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+289AD.

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!