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

What is Unicode character 𢓭?

The Unicode character 𢓭 U+224ED 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+224ED.

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!