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

What is Unicode character 𨍦?

The Unicode character 𨍦 U+28366 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+28366.

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!