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

What is Unicode character 𨶎?

The Unicode character 𨶎 U+28D8E 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+28D8E.

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!