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

What is Unicode character 𡰐?

The Unicode character 𡰐 U+21C10 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+21C10.

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!