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

What is Unicode character 𨨸?

The Unicode character 𨨸 U+28A38 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+28A38.

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!