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

What is Unicode character 𨜃?

The Unicode character 𨜃 U+28703 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+28703.

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!