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

What is Unicode character 𨲝?

The Unicode character 𨲝 U+28C9D 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+28C9D.

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!