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

What is Unicode character 𢃕?

The Unicode character 𢃕 U+220D5 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+220D5.

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!