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

What is Unicode character 𧢵?

The Unicode character 𧢵 U+278B5 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+278B5.

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!