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

What is Unicode character 𣔃?

The Unicode character 𣔃 U+23503 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+23503.

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!