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

What is Unicode character 𰂹?

The Unicode character 𰂹 U+300B9 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+300B9.

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!