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

What is Unicode character 𢹡?

The Unicode character 𢹡 U+22E61 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+22E61.

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!