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

What is Unicode character 𨧎?

The Unicode character 𨧎 U+289CE 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+289CE.

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!