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

What is Unicode character 𦁍?

The Unicode character 𦁍 U+2604D 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+2604D.

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!