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

What is Unicode character 𡍌?

The Unicode character 𡍌 U+2134C 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+2134C.

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!