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

What is Unicode character 𨷲?

The Unicode character 𨷲 U+28DF2 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+28DF2.

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!