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

What is Unicode character 𧣲?

The Unicode character 𧣲 U+278F2 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+278F2.

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!