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>&#140205;</p>
📋
CSS .selector { content: '\223AD' };
📋
JS var unicodeA = '\u223AD ';
📋
CPP char unicodeA = ' \u223AD ';
📋
Java char unicodeA = '\u223AD';
📋
Python unicodeA = '\u223AD'
📋

What is Unicode character 𢎭?

The Unicode character 𢎭 U+223AD 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+223AD.

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!