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

What is Unicode character 𨶃?

The Unicode character 𨶃 U+28D83 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+28D83.

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!