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

What is Unicode character 𦘃?

The Unicode character 𦘃 U+26603 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+26603.

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!