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

What is Unicode character 𢶝?

The Unicode character 𢶝 U+22D9D 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+22D9D.

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!