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

What is Unicode character 𨎆?

The Unicode character 𨎆 U+28386 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+28386.

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!