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

What is Unicode character 𡃁?

The Unicode character 𡃁 U+210C1 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+210C1.

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!