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

What is Unicode character 𨲜?

The Unicode character 𨲜 U+28C9C 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+28C9C.

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!