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

What is Unicode character 𨵞?

The Unicode character 𨵞 U+28D5E 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+28D5E.

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!