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

What is Unicode character 𢵺?

The Unicode character 𢵺 U+22D7A 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+22D7A.

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!