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

What is Unicode character 𢩅?

The Unicode character 𢩅 U+22A45 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+22A45.

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!