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

What is Unicode character 𣔅?

The Unicode character 𣔅 U+23505 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+23505.

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!