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

What is Unicode character 𢃝?

The Unicode character 𢃝 U+220DD 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+220DD.

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!