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

What is Unicode character 𨱃?

The Unicode character 𨱃 U+28C43 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+28C43.

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!