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

What is Unicode character 𨵝?

The Unicode character 𨵝 U+28D5D 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+28D5D.

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!