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

What is Unicode character 𢻬?

The Unicode character 𢻬 U+22EEC 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+22EEC.

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!