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

What is Unicode character 𢍍?

The Unicode character 𢍍 U+2234D 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+2234D.

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!