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

What is Unicode character 𨧁?

The Unicode character 𨧁 U+289C1 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+289C1.

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!