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

What is Unicode character 𢀟?

The Unicode character 𢀟 U+2201F 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+2201F.

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!