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

What is Unicode character 𢃍?

The Unicode character 𢃍 U+220CD 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+220CD.

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!