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

What is Unicode character 𨭾?

The Unicode character 𨭾 U+28B7E 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+28B7E.

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!