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

What is Unicode character 𧣨?

The Unicode character 𧣨 U+278E8 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+278E8.

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!