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

What is Unicode character 𡔃?

The Unicode character 𡔃 U+21503 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+21503.

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!