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

What is Unicode character 𢃭?

The Unicode character 𢃭 U+220ED 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+220ED.

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!