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

What is Unicode character 𨭼?

The Unicode character 𨭼 U+28B7C 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+28B7C.

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!