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

What is Unicode character 𬜃?

The Unicode character 𬜃 U+2C703 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+2C703.

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!