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

What is Unicode character 𧧬?

The Unicode character 𧧬 U+279EC 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+279EC.

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!