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

What is Unicode character 𩍎?

The Unicode character 𩍎 U+2934E 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+2934E.

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!