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

What is Unicode character 𨵉?

The Unicode character 𨵉 U+28D49 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+28D49.

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!