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

What is Unicode character 𰛯?

The Unicode character 𰛯 U+306EF 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+306EF.

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!