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

What is Unicode character 𪢟?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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