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

What is Unicode character 𨦤?

The Unicode character 𨦤 U+289A4 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+289A4.

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!