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

What is Unicode character 𢷙?

The Unicode character 𢷙 U+22DD9 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+22DD9.

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!