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>&#166042;</p>
📋
CSS .selector { content: '\2889A' };
📋
JS var unicodeA = '\u2889A ';
📋
CPP char unicodeA = ' \u2889A ';
📋
Java char unicodeA = '\u2889A';
📋
Python unicodeA = '\u2889A'
📋

What is Unicode character 𨢚?

The Unicode character 𨢚 U+2889A 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+2889A.

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!