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

What is Unicode character 𧦨?

The Unicode character 𧦨 U+279A8 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+279A8.

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!