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

What is Unicode character 𦜃?

The Unicode character 𦜃 U+26703 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+26703.

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!