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

What is Unicode character 𭤃?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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