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

What is Unicode character 𦎗?

The Unicode character 𦎗 U+26397 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+26397.

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!