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>&#162191;</p>
📋
CSS .selector { content: '\2798F' };
📋
JS var unicodeA = '\u2798F ';
📋
CPP char unicodeA = ' \u2798F ';
📋
Java char unicodeA = '\u2798F';
📋
Python unicodeA = '\u2798F'
📋

What is Unicode character 𧦏?

The Unicode character 𧦏 U+2798F 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+2798F.

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!