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>&#197965;</p>
📋
CSS .selector { content: '\3054D' };
📋
JS var unicodeA = '\u3054D ';
📋
CPP char unicodeA = ' \u3054D ';
📋
Java char unicodeA = '\u3054D';
📋
Python unicodeA = '\u3054D'
📋

What is Unicode character 𰕍?

The Unicode character 𰕍 U+3054D is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+3054D.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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