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>&#162210;</p>
📋
CSS .selector { content: '\279A2' };
📋
JS var unicodeA = '\u279A2 ';
📋
CPP char unicodeA = ' \u279A2 ';
📋
Java char unicodeA = '\u279A2';
📋
Python unicodeA = '\u279A2'
📋

What is Unicode character 𧦢?

The Unicode character 𧦢 U+279A2 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+279A2.

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!