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

What is Unicode character 𦍗?

The Unicode character 𦍗 U+26357 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+26357.

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!