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

What is Unicode character 𢭡?

The Unicode character 𢭡 U+22B61 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+22B61.

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!