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

What is Unicode character 𢅶?

The Unicode character 𢅶 U+22176 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+22176.

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!