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

What is Unicode character 𧦯?

The Unicode character 𧦯 U+279AF 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+279AF.

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!