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

What is Unicode character 𨕏?

The Unicode character 𨕏 U+2854F 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+2854F.

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!