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

What is Unicode character 𢀯?

The Unicode character 𢀯 U+2202F 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+2202F.

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!