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

What is Unicode character 𨧺?

The Unicode character 𨧺 U+289FA 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+289FA.

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!