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

What is Unicode character 𧢢?

The Unicode character 𧢢 U+278A2 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+278A2.

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!