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

What is Unicode character 𨢟?

The Unicode character 𨢟 U+2889F 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+2889F.

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!