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>&#139327;</p>
📋
CSS .selector { content: '\2203F' };
📋
JS var unicodeA = '\u2203F ';
📋
CPP char unicodeA = ' \u2203F ';
📋
Java char unicodeA = '\u2203F';
📋
Python unicodeA = '\u2203F'
📋

What is Unicode character 𢀿?

The Unicode character 𢀿 U+2203F 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+2203F.

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!