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

What is Unicode character 𢃇?

The Unicode character 𢃇 U+220C7 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+220C7.

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!