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

What is Unicode character 𦤨?

The Unicode character 𦤨 U+26928 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+26928.

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!