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>&#151757;</p>
📋
CSS .selector { content: '\250CD' };
📋
JS var unicodeA = '\u250CD ';
📋
CPP char unicodeA = ' \u250CD ';
📋
Java char unicodeA = '\u250CD';
📋
Python unicodeA = '\u250CD'
📋

What is Unicode character 𥃍?

The Unicode character 𥃍 U+250CD 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+250CD.

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!