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

What is Unicode character 𣕊?

The Unicode character 𣕊 U+2354A 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+2354A.

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!