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

What is Unicode character 𨦳?

The Unicode character 𨦳 U+289B3 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+289B3.

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!