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

What is Unicode character 𢅣?

The Unicode character 𢅣 U+22163 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+22163.

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!