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

What is Unicode character 𨔶?

The Unicode character 𨔶 U+28536 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+28536.

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!