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

What is Unicode character 𲅎?

The Unicode character 𲅎 U+3214E is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension H 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+3214E.

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 15.0, and it belongs to the CJK Unified Ideographs Extension H block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 15.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension H
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!