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

What is Unicode character 𨳨?

The Unicode character 𨳨 U+28CE8 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+28CE8.

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!