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

What is Unicode character 𨧓?

The Unicode character 𨧓 U+289D3 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+289D3.

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!