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

What is Unicode character 𣕏?

The Unicode character 𣕏 U+2354F 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+2354F.

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!