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

What is Unicode character 𨵑?

The Unicode character 𨵑 U+28D51 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+28D51.

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!