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

What is Unicode character 𡚎?

The Unicode character 𡚎 U+2168E 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+2168E.

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!