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

What is Unicode character 𢶚?

The Unicode character 𢶚 U+22D9A 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+22D9A.

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!