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

What is Unicode character 𦌨?

The Unicode character 𦌨 U+26328 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+26328.

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!