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

What is Unicode character 𨧲?

The Unicode character 𨧲 U+289F2 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+289F2.

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!