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

What is Unicode character 𢨅?

The Unicode character 𢨅 U+22A05 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+22A05.

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!