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>&#198357;</p>
📋
CSS .selector { content: '\306D5' };
📋
JS var unicodeA = '\u306D5 ';
📋
CPP char unicodeA = ' \u306D5 ';
📋
Java char unicodeA = '\u306D5';
📋
Python unicodeA = '\u306D5'
📋

What is Unicode character 𰛕?

The Unicode character 𰛕 U+306D5 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+306D5.

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!