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>&#153806;</p>
📋
CSS .selector { content: '\258CE' };
📋
JS var unicodeA = '\u258CE ';
📋
CPP char unicodeA = ' \u258CE ';
📋
Java char unicodeA = '\u258CE';
📋
Python unicodeA = '\u258CE'
📋

What is Unicode character 𥣎?

The Unicode character 𥣎 U+258CE 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+258CE.

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!