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

What is Unicode character 𢷹?

The Unicode character 𢷹 U+22DF9 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+22DF9.

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!