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

What is Unicode character 𢜃?

The Unicode character 𢜃 U+22703 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+22703.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!