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

What is Unicode character 𡹏?

The Unicode character 𡹏 U+21E4F 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+21E4F.

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!