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

What is Unicode character 𨵂?

The Unicode character 𨵂 U+28D42 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+28D42.

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!