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

What is Unicode character 𣕎?

The Unicode character 𣕎 U+2354E 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+2354E.

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!