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

What is Unicode character 𡫟?

The Unicode character 𡫟 U+21ADF 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+21ADF.

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!