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

What is Unicode character 𡃓?

The Unicode character 𡃓 U+210D3 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+210D3.

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!