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

What is Unicode character 𢓝?

The Unicode character 𢓝 U+224DD 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+224DD.

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!