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

What is Unicode character 𢹴?

The Unicode character 𢹴 U+22E74 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+22E74.

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!