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

What is Unicode character 𡳟?

The Unicode character 𡳟 U+21CDF 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+21CDF.

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!