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

What is Unicode character 𧣎?

The Unicode character 𧣎 U+278CE 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+278CE.

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!