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

What is Unicode character 𦔃?

The Unicode character 𦔃 U+26503 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+26503.

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!