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

What is Unicode character 𤕍?

The Unicode character 𤕍 U+2454D 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+2454D.

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!