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

What is Unicode character 𧢣?

The Unicode character 𧢣 U+278A3 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+278A3.

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!