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

What is Unicode character 𢫟?

The Unicode character 𢫟 U+22ADF 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+22ADF.

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!