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

What is Unicode character 𭝳?

The Unicode character 𭝳 U+2D773 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+2D773.

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!