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

What is Unicode character 𦝳?

The Unicode character 𦝳 U+26773 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+26773.

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!