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

What is Unicode character 𢩼?

The Unicode character 𢩼 U+22A7C 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+22A7C.

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!