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

What is Unicode character 𣖅?

The Unicode character 𣖅 U+23585 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+23585.

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!