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

What is Unicode character 𧀍?

The Unicode character 𧀍 U+2700D 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+2700D.

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!