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

What is Unicode character 𢅡?

The Unicode character 𢅡 U+22161 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+22161.

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!