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

What is Unicode character 𨵟?

The Unicode character 𨵟 U+28D5F 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+28D5F.

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!