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

What is Unicode character 𢆗?

The Unicode character 𢆗 U+22197 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+22197.

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!