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

What is Unicode character 𨕊?

The Unicode character 𨕊 U+2854A 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+2854A.

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!