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

What is Unicode character 𨁨?

The Unicode character 𨁨 U+28068 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+28068.

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!