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

What is Unicode character 𨺼?

The Unicode character 𨺼 U+28EBC 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+28EBC.

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!