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

What is Unicode character 𢩦?

The Unicode character 𢩦 U+22A66 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+22A66.

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!