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

What is Unicode character 𦄨?

The Unicode character 𦄨 U+26128 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+26128.

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!