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

What is Unicode character 𧀎?

The Unicode character 𧀎 U+2700E 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+2700E.

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!