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

What is Unicode character 𨢜?

The Unicode character 𨢜 U+2889C 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+2889C.

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!