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>&#185162;</p>
📋
CSS .selector { content: '\2D34A' };
📋
JS var unicodeA = '\u2D34A ';
📋
CPP char unicodeA = ' \u2D34A ';
📋
Java char unicodeA = '\u2D34A';
📋
Python unicodeA = '\u2D34A'
📋

What is Unicode character 𭍊?

The Unicode character 𭍊 U+2D34A is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2D34A.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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