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

What is Unicode character 𤕎?

The Unicode character 𤕎 U+2454E 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+2454E.

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!