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

What is Unicode character 𦙓?

The Unicode character 𦙓 U+26653 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+26653.

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!