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

What is Unicode character 𭖔?

The Unicode character 𭖔 U+2D594 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+2D594.

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!