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

What is Unicode character 𧵵?

The Unicode character 𧵵 U+27D75 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+27D75.

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!