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

What is Unicode character 𢹈?

The Unicode character 𢹈 U+22E48 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+22E48.

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!