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

What is Unicode character 𡬺?

The Unicode character 𡬺 U+21B3A 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+21B3A.

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!