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

What is Unicode character 𢝂?

The Unicode character 𢝂 U+22742 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+22742.

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!