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

What is Unicode character 𡿟?

The Unicode character 𡿟 U+21FDF 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+21FDF.

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!