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

What is Unicode character 𨜲?

The Unicode character 𨜲 U+28732 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+28732.

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!