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

What is Unicode character 𨵃?

The Unicode character 𨵃 U+28D43 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+28D43.

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!