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

What is Unicode character 𦙕?

The Unicode character 𦙕 U+26655 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+26655.

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!