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

What is Unicode character 𡬚?

The Unicode character 𡬚 U+21B1A 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+21B1A.

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!