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

What is Unicode character 𧦦?

The Unicode character 𧦦 U+279A6 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+279A6.

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!