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

What is Unicode character 𢩺?

The Unicode character 𢩺 U+22A7A 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+22A7A.

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!