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

What is Unicode character 𢷲?

The Unicode character 𢷲 U+22DF2 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+22DF2.

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!