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

What is Unicode character 𢇇?

The Unicode character 𢇇 U+221C7 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+221C7.

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!