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

What is Unicode character 𧲝?

The Unicode character 𧲝 U+27C9D 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+27C9D.

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!