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

What is Unicode character 𧢡?

The Unicode character 𧢡 U+278A1 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+278A1.

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!