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

What is Unicode character 𨢝?

The Unicode character 𨢝 U+2889D 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+2889D.

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!