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

What is Unicode character 𡍊?

The Unicode character 𡍊 U+2134A 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+2134A.

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!