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

What is Unicode character 𣢅?

The Unicode character 𣢅 U+23885 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+23885.

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!