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

What is Unicode character 𨕴?

The Unicode character 𨕴 U+28574 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+28574.

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!