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

What is Unicode character 𢹦?

The Unicode character 𢹦 U+22E66 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+22E66.

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!