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

What is Unicode character 𨜖?

The Unicode character 𨜖 U+28716 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+28716.

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!