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

What is Unicode character 𣡔?

The Unicode character 𣡔 U+23854 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+23854.

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!