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>&#139487;</p>
📋
CSS .selector { content: '\220DF' };
📋
JS var unicodeA = '\u220DF ';
📋
CPP char unicodeA = ' \u220DF ';
📋
Java char unicodeA = '\u220DF';
📋
Python unicodeA = '\u220DF'
📋

What is Unicode character 𢃟?

The Unicode character 𢃟 U+220DF 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+220DF.

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!