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

What is Unicode character 𣦅?

The Unicode character 𣦅 U+23985 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+23985.

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!