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

What is Unicode character 𩢟?

The Unicode character 𩢟 U+2989F 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+2989F.

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!