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

What is Unicode character 𨲚?

The Unicode character 𨲚 U+28C9A 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+28C9A.

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!