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

What is Unicode character 𨰸?

The Unicode character 𨰸 U+28C38 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+28C38.

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!