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

What is Unicode character 𧔅?

The Unicode character 𧔅 U+27505 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+27505.

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!