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

What is Unicode character 𨈦?

The Unicode character 𨈦 U+28226 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+28226.

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!