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

What is Unicode character 𢜀?

The Unicode character 𢜀 U+22700 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+22700.

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!