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

What is Unicode character 𢀼?

The Unicode character 𢀼 U+2203C 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+2203C.

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!