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

What is Unicode character 𢻶?

The Unicode character 𢻶 U+22EF6 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+22EF6.

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!