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

What is Unicode character 𡍏?

The Unicode character 𡍏 U+2134F 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+2134F.

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!