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

What is Unicode character 𦀬?

The Unicode character 𦀬 U+2602C 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+2602C.

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!