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

What is Unicode character 𢀍?

The Unicode character 𢀍 U+2200D 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+2200D.

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!