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

What is Unicode character 𨾃?

The Unicode character 𨾃 U+28F83 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+28F83.

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!