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>&#167980;</p>
📋
CSS .selector { content: '\2902C' };
📋
JS var unicodeA = '\u2902C ';
📋
CPP char unicodeA = ' \u2902C ';
📋
Java char unicodeA = '\u2902C';
📋
Python unicodeA = '\u2902C'
📋

What is Unicode character 𩀬?

The Unicode character 𩀬 U+2902C 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+2902C.

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!