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

What is Unicode character 𨹜?

The Unicode character 𨹜 U+28E5C 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+28E5C.

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!