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

What is Unicode character 𨦡?

The Unicode character 𨦡 U+289A1 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+289A1.

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!