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

What is Unicode character 𨢞?

The Unicode character 𨢞 U+2889E 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+2889E.

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!