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

What is Unicode character 𢃚?

The Unicode character 𢃚 U+220DA 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+220DA.

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!