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

What is Unicode character 𨍸?

The Unicode character 𨍸 U+28378 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+28378.

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!