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>&#185677;</p>
📋
CSS .selector { content: '\2D54D' };
📋
JS var unicodeA = '\u2D54D ';
📋
CPP char unicodeA = ' \u2D54D ';
📋
Java char unicodeA = '\u2D54D';
📋
Python unicodeA = '\u2D54D'
📋

What is Unicode character 𭕍?

The Unicode character 𭕍 U+2D54D is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2D54D.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!