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

What is Unicode character 𨁖?

The Unicode character 𨁖 U+28056 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+28056.

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!