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

What is Unicode character 𨃓?

The Unicode character 𨃓 U+280D3 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+280D3.

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!