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

What is Unicode character 𬜍?

The Unicode character 𬜍 U+2C70D 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+2C70D.

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!