Unicode Finder

"ࠒ" U+0812(SAMARITAN LETTER QUF)

U+0812
Bloknaam
Samaritan
Naam
SAMARITAN LETTER QUF

Programming

C
\u0812
JavaScript
\u0812
Java
\u0812
Json
\u0812
Python
\u0812
Perl
\x{0812}
PHP
\x{0812}
Ruby
\u{0812}
Rust
\u{812}
Go
\u0812

Web

CSS
\000812
HtmlDecimal
ࠒ
HtmlHexadecimal
ࠒ
Url
%E0%A0%92

Code

MD5
e77a64ef22254a387d6beb6e8be65fbf
Sha1
32711891d0e9b224190329c7270c367f68c15d1c
Base64
4KCS

Gebruiksvoorbeelden

Programming Languages

C:

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

JavaScript:

const char = '\u0812';
console.log(char);  // Output: ࠒ

Java:

char c = '\u0812';
System.out.println(c);  // Output: ࠒ

JSON:

{"text": "\u0812"}  // Value: ࠒ

Python:

char = '\u0812'
print(char)  # Output: ࠒ

Perl:

my $char = "\x{0812}";
print $char;  # Output: ࠒ

PHP:

$char = "\x{0812}";
echo $char;  // Output: ࠒ

Ruby:

char = "\u{0812}"
puts char  # Output: ࠒ

Rust:

let c = '\u{812}';
println!("{}", c);  // Output: ࠒ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\000812";  /* Display: ࠒ */
}

HTML Decimal:

<p>HTML decimal: &#2066;</p>  <!-- Display: ࠒ -->

HTML Hexadecimal:

<p>HTML hex: &#x0812;</p>  <!-- Display: ࠒ -->

URL Encoding:

// ࠒ URL encoding
https://unicodefinder.com/search.php?query=%E0%A0%92

Encodings

MD5:

e77a64ef22254a387d6beb6e8be65fbf

SHA1:

32711891d0e9b224190329c7270c367f68c15d1c

Base64:

4KCS