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

What is Unicode character 𨵳?

The Unicode character 𨵳 U+28D73 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+28D73.

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!