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

What is Unicode character 𡹌?

The Unicode character 𡹌 U+21E4C 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+21E4C.

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!