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

What is Unicode character 𡹍?

The Unicode character 𡹍 U+21E4D 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+21E4D.

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!