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

What is Unicode character 𨳟?

The Unicode character 𨳟 U+28CDF 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+28CDF.

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!