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

What is Unicode character 𨹼?

The Unicode character 𨹼 U+28E7C 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+28E7C.

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!