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

What is Unicode character 𧹭?

The Unicode character 𧹭 U+27E6D 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+27E6D.

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!