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

What is Unicode character 𨧔?

The Unicode character 𨧔 U+289D4 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+289D4.

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!