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

What is Unicode character 𡹯?

The Unicode character 𡹯 U+21E6F 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+21E6F.

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!