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

What is Unicode character 𭕅?

The Unicode character 𭕅 U+2D545 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+2D545.

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!