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>&#139751;</p>
📋
CSS .selector { content: '\221E7' };
📋
JS var unicodeA = '\u221E7 ';
📋
CPP char unicodeA = ' \u221E7 ';
📋
Java char unicodeA = '\u221E7';
📋
Python unicodeA = '\u221E7'
📋

What is Unicode character 𢇧?

The Unicode character 𢇧 U+221E7 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+221E7.

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!