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

What is Unicode character 𢃅?

The Unicode character 𢃅 U+220C5 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+220C5.

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!