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

What is Unicode character 𩢎?

The Unicode character 𩢎 U+2988E 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+2988E.

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!