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

What is Unicode character 𢨿?

The Unicode character 𢨿 U+22A3F 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+22A3F.

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!