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

What is Unicode character 𢿍?

The Unicode character 𢿍 U+22FCD 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+22FCD.

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!