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

What is Unicode character 𢱦?

The Unicode character 𢱦 U+22C66 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+22C66.

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!