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

What is Unicode character 𧦺?

The Unicode character 𧦺 U+279BA 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+279BA.

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!