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

What is Unicode character 𨹨?

The Unicode character 𨹨 U+28E68 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+28E68.

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!