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

What is Unicode character 𨧀?

The Unicode character 𨧀 U+289C0 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+289C0.

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!