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

What is Unicode character 𡀼?

The Unicode character 𡀼 U+2103C 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+2103C.

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!