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

What is Unicode character 𢿔?

The Unicode character 𢿔 U+22FD4 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+22FD4.

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!