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

What is Unicode character 𡃃?

The Unicode character 𡃃 U+210C3 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+210C3.

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!