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

What is Unicode character 𡌃?

The Unicode character 𡌃 U+21303 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+21303.

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!