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

What is Unicode character 𧦶?

The Unicode character 𧦶 U+279B6 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+279B6.

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!