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

What is Unicode character 𢃷?

The Unicode character 𢃷 U+220F7 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+220F7.

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!