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

What is Unicode character 𨲟?

The Unicode character 𨲟 U+28C9F 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+28C9F.

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!