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

What is Unicode character 𢈦?

The Unicode character 𢈦 U+22226 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+22226.

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!