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

What is Unicode character 𣕍?

The Unicode character 𣕍 U+2354D 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+2354D.

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!