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>&#164158;</p>
📋
CSS .selector { content: '\2813E' };
📋
JS var unicodeA = '\u2813E ';
📋
CPP char unicodeA = ' \u2813E ';
📋
Java char unicodeA = '\u2813E';
📋
Python unicodeA = '\u2813E'
📋

What is Unicode character 𨄾?

The Unicode character 𨄾 U+2813E 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+2813E.

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!