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

What is Unicode character 𢱎?

The Unicode character 𢱎 U+22C4E 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+22C4E.

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!