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

What is Unicode character 𧢼?

The Unicode character 𧢼 U+278BC 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+278BC.

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!