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

What is Unicode character 𨧃?

The Unicode character 𨧃 U+289C3 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+289C3.

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!