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

What is Unicode character 𨅨?

The Unicode character 𨅨 U+28168 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+28168.

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!