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

What is Unicode character 𨩃?

The Unicode character 𨩃 U+28A43 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+28A43.

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!