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

What is Unicode character 𢃔?

The Unicode character 𢃔 U+220D4 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+220D4.

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!