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>&#182016;</p>
📋
CSS .selector { content: '\2C700' };
📋
JS var unicodeA = '\u2C700 ';
📋
CPP char unicodeA = ' \u2C700 ';
📋
Java char unicodeA = '\u2C700';
📋
Python unicodeA = '\u2C700'
📋

What is Unicode character 𬜀?

The Unicode character 𬜀 U+2C700 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C700.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!