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

What is Unicode character 𧢧?

The Unicode character 𧢧 U+278A7 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+278A7.

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!