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

What is Unicode character 𧢰?

The Unicode character 𧢰 U+278B0 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+278B0.

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!