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

What is Unicode character 𨦴?

The Unicode character 𨦴 U+289B4 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+289B4.

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!