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

What is Unicode character 𧀬?

The Unicode character 𧀬 U+2702C 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+2702C.

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!