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

What is Unicode character 𧦬?

The Unicode character 𧦬 U+279AC 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+279AC.

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!