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

What is Unicode character 𡃐?

The Unicode character 𡃐 U+210D0 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+210D0.

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!