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

What is Unicode character 𢐤?

The Unicode character 𢐤 U+22424 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+22424.

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!