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

What is Unicode character 𦎘?

The Unicode character 𦎘 U+26398 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+26398.

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!