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

What is Unicode character 𡍎?

The Unicode character 𡍎 U+2134E 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+2134E.

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!