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

What is Unicode character 𢁦?

The Unicode character 𢁦 U+22066 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+22066.

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!