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

What is Unicode character 𢐈?

The Unicode character 𢐈 U+22408 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+22408.

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!