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

What is Unicode character 𩢍?

The Unicode character 𩢍 U+2988D 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+2988D.

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!