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

What is Unicode character 𧢬?

The Unicode character 𧢬 U+278AC 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+278AC.

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!