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

What is Unicode character 𢍂?

The Unicode character 𢍂 U+22342 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+22342.

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!