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

What is Unicode character 𬜖?

The Unicode character 𬜖 U+2C716 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+2C716.

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!