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

What is Unicode character 𨵊?

The Unicode character 𨵊 U+28D4A 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+28D4A.

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!