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

What is Unicode character 𨧼?

The Unicode character 𨧼 U+289FC 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+289FC.

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!