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

What is Unicode character 𢇗?

The Unicode character 𢇗 U+221D7 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+221D7.

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!