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

What is Unicode character 𢾝?

The Unicode character 𢾝 U+22F9D 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+22F9D.

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!