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

What is Unicode character 𨧌?

The Unicode character 𨧌 U+289CC 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+289CC.

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!