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

What is Unicode character 𢹄?

The Unicode character 𢹄 U+22E44 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+22E44.

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!