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

What is Unicode character 𢀏?

The Unicode character 𢀏 U+2200F 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+2200F.

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!