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

What is Unicode character 𡹊?

The Unicode character 𡹊 U+21E4A 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+21E4A.

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!