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

What is Unicode character 𨕍?

The Unicode character 𨕍 U+2854D 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+2854D.

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!