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

What is Unicode character 𤀬?

The Unicode character 𤀬 U+2402C 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+2402C.

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!