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

What is Unicode character 𢓓?

The Unicode character 𢓓 U+224D3 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+224D3.

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!