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

What is Unicode character 𦍦?

The Unicode character 𦍦 U+26366 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+26366.

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!