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

What is Unicode character 𧧹?

The Unicode character 𧧹 U+279F9 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+279F9.

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!