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

What is Unicode character 𧧍?

The Unicode character 𧧍 U+279CD 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+279CD.

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!