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

What is Unicode character 𧦰?

The Unicode character 𧦰 U+279B0 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+279B0.

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!