Unicode Finder

"ᳳ" U+1CF3(VEDIC SIGN ROTATED ARDHAVISARGA)

U+1CF3
区块名称
Vedic Extensions
名称
VEDIC SIGN ROTATED ARDHAVISARGA

Programming

C
\u1CF3
JavaScript
\u1CF3
Java
\u1CF3
Json
\u1CF3
Python
\u1CF3
Perl
\x{1CF3}
PHP
\x{1CF3}
Ruby
\u{1CF3}
Rust
\u{1CF3}
Go
\u1CF3

Web

CSS
\001CF3
HtmlDecimal
ᳳ
HtmlHexadecimal
ᳳ
Url
%E1%B3%B3

Code

MD5
45a077fae0a1aacf27eba291bb46ed68
Sha1
fd801784f0ea42be1a230cc192519807af6d92a1
Base64
4bOz

使用示例

Programming Languages

C:

char c = '\u1CF3';
printf("%c\n", c);  // Output: ᳳ

JavaScript:

const char = '\u1CF3';
console.log(char);  // Output: ᳳ

Java:

char c = '\u1CF3';
System.out.println(c);  // Output: ᳳ

JSON:

{"text": "\u1CF3"}  // Value: ᳳ

Python:

char = '\u1CF3'
print(char)  # Output: ᳳ

Perl:

my $char = "\x{1CF3}";
print $char;  # Output: ᳳ

PHP:

$char = "\x{1CF3}";
echo $char;  // Output: ᳳ

Ruby:

char = "\u{1CF3}"
puts char  # Output: ᳳ

Rust:

let c = '\u{1CF3}';
println!("{}", c);  // Output: ᳳ

Go:

char := '\u1CF3'
fmt.Printf("%c\n", char)  // Output: ᳳ

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\001CF3";  /* Display: ᳳ */
}

HTML Decimal:

<p>HTML decimal: &#7411;</p>  <!-- Display: ᳳ -->

HTML Hexadecimal:

<p>HTML hex: &#x1CF3;</p>  <!-- Display: ᳳ -->

URL Encoding:

// ᳳ URL encoding
https://unicodefinder.com/search.php?query=%E1%B3%B3

Encodings

MD5:

45a077fae0a1aacf27eba291bb46ed68

SHA1:

fd801784f0ea42be1a230cc192519807af6d92a1

Base64:

4bOz