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

What is Unicode character 𧣢?

The Unicode character 𧣢 U+278E2 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+278E2.

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!