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

What is Unicode character 𰚹?

The Unicode character 𰚹 U+306B9 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+306B9.

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!