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

What is Unicode character 𧢨?

The Unicode character 𧢨 U+278A8 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+278A8.

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!