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

What is Unicode character 𢵼?

The Unicode character 𢵼 U+22D7C 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+22D7C.

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!