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

What is Unicode character 𧦧?

The Unicode character 𧦧 U+279A7 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+279A7.

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!