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

What is Unicode character 𧦡?

The Unicode character 𧦡 U+279A1 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+279A1.

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!