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>&#178335;</p>
📋
CSS .selector { content: '\2B89F' };
📋
JS var unicodeA = '\u2B89F ';
📋
CPP char unicodeA = ' \u2B89F ';
📋
Java char unicodeA = '\u2B89F';
📋
Python unicodeA = '\u2B89F'
📋

What is Unicode character 𫢟?

The Unicode character 𫢟 U+2B89F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2B89F.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!