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

What is Unicode character 𨧬?

The Unicode character 𨧬 U+289EC 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+289EC.

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!