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

What is Unicode character 𨎃?

The Unicode character 𨎃 U+28383 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+28383.

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!