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

What is Unicode character 𧦲?

The Unicode character 𧦲 U+279B2 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+279B2.

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!