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

What is Unicode character 𡨚?

The Unicode character 𡨚 U+21A1A 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+21A1A.

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!