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

What is Unicode character 𧹯?

The Unicode character 𧹯 U+27E6F 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+27E6F.

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!