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

What is Unicode character 𨁃?

The Unicode character 𨁃 U+28043 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+28043.

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!