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

What is Unicode character 𢩡?

The Unicode character 𢩡 U+22A61 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+22A61.

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!