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

What is Unicode character 𢥦?

The Unicode character 𢥦 U+22966 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+22966.

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!