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

What is Unicode character 𧦹?

The Unicode character 𧦹 U+279B9 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+279B9.

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!