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

What is Unicode character 𢓚?

The Unicode character 𢓚 U+224DA 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+224DA.

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!