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

What is Unicode character 𧧎?

The Unicode character 𧧎 U+279CE 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+279CE.

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!