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

What is Unicode character 𡀺?

The Unicode character 𡀺 U+2103A 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+2103A.

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!