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

What is Unicode character 𢇭?

The Unicode character 𢇭 U+221ED 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+221ED.

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!