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

What is Unicode character 𡻟?

The Unicode character 𡻟 U+21EDF 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+21EDF.

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!