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

What is Unicode character 𦎙?

The Unicode character 𦎙 U+26399 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+26399.

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!