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

What is Unicode character 𫔃?

The Unicode character 𫔃 U+2B503 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B503.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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