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

What is Unicode character 𢹼?

The Unicode character 𢹼 U+22E7C 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+22E7C.

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!