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

What is Unicode character 𬜶?

The Unicode character 𬜶 U+2C736 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+2C736.

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!