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

What is Unicode character 𨹻?

The Unicode character 𨹻 U+28E7B 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+28E7B.

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!