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

What is Unicode character 𨅃?

The Unicode character 𨅃 U+28143 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+28143.

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!