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

What is Unicode character 𡷟?

The Unicode character 𡷟 U+21DDF 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+21DDF.

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!