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

What is Unicode character 𨧕?

The Unicode character 𨧕 U+289D5 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+289D5.

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!