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

What is Unicode character 𧢲?

The Unicode character 𧢲 U+278B2 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+278B2.

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!