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

What is Unicode character 𡙎?

The Unicode character 𡙎 U+2164E 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+2164E.

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!