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

What is Unicode character 𢹅?

The Unicode character 𢹅 U+22E45 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+22E45.

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!