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

What is Unicode character 𨭃?

The Unicode character 𨭃 U+28B43 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+28B43.

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!