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

What is Unicode character 𨘲?

The Unicode character 𨘲 U+28632 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+28632.

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!