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

What is Unicode character 𩍍?

The Unicode character 𩍍 U+2934D 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+2934D.

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!