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

What is Unicode character 𡹎?

The Unicode character 𡹎 U+21E4E 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+21E4E.

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!