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

What is Unicode character 𨧍?

The Unicode character 𨧍 U+289CD 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+289CD.

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!