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

What is Unicode character 𢰅?

The Unicode character 𢰅 U+22C05 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+22C05.

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!