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

What is Unicode character 𡨾?

The Unicode character 𡨾 U+21A3E 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+21A3E.

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!