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

What is Unicode character 𢭦?

The Unicode character 𢭦 U+22B66 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+22B66.

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!