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

What is Unicode character 𢃄?

The Unicode character 𢃄 U+220C4 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+220C4.

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!