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

What is Unicode character 𧣍?

The Unicode character 𧣍 U+278CD 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+278CD.

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!