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

What is Unicode character 𢝄?

The Unicode character 𢝄 U+22744 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+22744.

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!