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

What is Unicode character 𢰿?

The Unicode character 𢰿 U+22C3F 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+22C3F.

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!