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

What is Unicode character 𦜨?

The Unicode character 𦜨 U+26728 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+26728.

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!