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

What is Unicode character 𨵜?

The Unicode character 𨵜 U+28D5C 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+28D5C.

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!