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

What is Unicode character 𡨐?

The Unicode character 𡨐 U+21A10 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+21A10.

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!