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

What is Unicode character 𨕂?

The Unicode character 𨕂 U+28542 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+28542.

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!