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

What is Unicode character 𡍍?

The Unicode character 𡍍 U+2134D 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+2134D.

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!