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

What is Unicode character 𡝊?

The Unicode character 𡝊 U+2174A 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+2174A.

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!