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

What is Unicode character 𧹵?

The Unicode character 𧹵 U+27E75 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+27E75.

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!