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

What is Unicode character 𦝊?

The Unicode character 𦝊 U+2674A 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+2674A.

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!