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

What is Unicode character 𢫍?

The Unicode character 𢫍 U+22ACD 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+22ACD.

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!