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

What is Unicode character 𧔕?

The Unicode character 𧔕 U+27515 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+27515.

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!