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

What is Unicode character 𧦾?

The Unicode character 𧦾 U+279BE 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+279BE.

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!