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

What is Unicode character 𨎅?

The Unicode character 𨎅 U+28385 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+28385.

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!