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

What is Unicode character 𢻡?

The Unicode character 𢻡 U+22EE1 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+22EE1.

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!