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

What is Unicode character 𬜁?

The Unicode character 𬜁 U+2C701 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+2C701.

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!