Unicode Finder

"࠶" U+0836(SAMARITAN ABBREVIATION MARK)

U+0836
نام بلوک
Samaritan
نام
SAMARITAN ABBREVIATION MARK

Programming

C
\u0836
JavaScript
\u0836
Java
\u0836
Json
\u0836
Python
\u0836
Perl
\x{0836}
PHP
\x{0836}
Ruby
\u{0836}
Rust
\u{836}
Go
\u0836

Web

CSS
\000836
HtmlDecimal
࠶
HtmlHexadecimal
࠶
Url
%E0%A0%B6

Code

MD5
8696e01129009b2a278ee5e705d4f62d
Sha1
1ae666c1d18750ddb6ee79d12b6773528ff84613
Base64
4KC2

مثال‌های استفاده

Programming Languages

C:

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

JavaScript:

const char = '\u0836';
console.log(char);  // Output: ࠶

Java:

char c = '\u0836';
System.out.println(c);  // Output: ࠶

JSON:

{"text": "\u0836"}  // Value: ࠶

Python:

char = '\u0836'
print(char)  # Output: ࠶

Perl:

my $char = "\x{0836}";
print $char;  # Output: ࠶

PHP:

$char = "\x{0836}";
echo $char;  // Output: ࠶

Ruby:

char = "\u{0836}"
puts char  # Output: ࠶

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\000836";  /* Display: ࠶ */
}

HTML Decimal:

<p>HTML decimal: &#2102;</p>  <!-- Display: ࠶ -->

HTML Hexadecimal:

<p>HTML hex: &#x0836;</p>  <!-- Display: ࠶ -->

URL Encoding:

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

Encodings

MD5:

8696e01129009b2a278ee5e705d4f62d

SHA1:

1ae666c1d18750ddb6ee79d12b6773528ff84613

Base64:

4KC2