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

What is Unicode character 𦙙?

The Unicode character 𦙙 U+26659 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+26659.

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!