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

What is Unicode character 𧣬?

The Unicode character 𧣬 U+278EC 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+278EC.

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!