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

What is Unicode character 𨵻?

The Unicode character 𨵻 U+28D7B 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+28D7B.

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!