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

What is Unicode character 𧦣?

The Unicode character 𧦣 U+279A3 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+279A3.

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!