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

What is Unicode character 𢹂?

The Unicode character 𢹂 U+22E42 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+22E42.

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!