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

What is Unicode character 𨵼?

The Unicode character 𨵼 U+28D7C 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+28D7C.

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!