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>&#199455;</p>
📋
CSS .selector { content: '\30B1F' };
📋
JS var unicodeA = '\u30B1F ';
📋
CPP char unicodeA = ' \u30B1F ';
📋
Java char unicodeA = '\u30B1F';
📋
Python unicodeA = '\u30B1F'
📋

What is Unicode character 𰬟?

The Unicode character 𰬟 U+30B1F 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+30B1F.

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!