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

What is Unicode character 𨆓?

The Unicode character 𨆓 U+28193 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+28193.

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!