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

What is Unicode character 𢅹?

The Unicode character 𢅹 U+22179 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+22179.

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!