Unicode Finder

"܌" U+070C(SYRIAC HARKLEAN METOBELUS)

܌
U+070C
نام بلوک
Syriac
نام
SYRIAC HARKLEAN METOBELUS

Programming

C
\u070C
JavaScript
\u070C
Java
\u070C
Json
\u070C
Python
\u070C
Perl
\x{070C}
PHP
\x{070C}
Ruby
\u{070C}
Rust
\u{70C}
Go
\u070C

Web

CSS
\00070C
HtmlDecimal
܌
HtmlHexadecimal
܌
Url
%DC%8C

Code

MD5
e0e0f7d40782a36c8e4a1322b13f83c4
Sha1
3d9042dbe502c9eaed1a16d61d88cb45d40f09cb
Base64
3Iw=

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

Programming Languages

C:

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

JavaScript:

const char = '\u070C';
console.log(char);  // Output: ܌

Java:

char c = '\u070C';
System.out.println(c);  // Output: ܌

JSON:

{"text": "\u070C"}  // Value: ܌

Python:

char = '\u070C'
print(char)  # Output: ܌

Perl:

my $char = "\x{070C}";
print $char;  # Output: ܌

PHP:

$char = "\x{070C}";
echo $char;  // Output: ܌

Ruby:

char = "\u{070C}"
puts char  # Output: ܌

Rust:

let c = '\u{70C}';
println!("{}", c);  // Output: ܌

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00070C";  /* Display: ܌ */
}

HTML Decimal:

<p>HTML decimal: &#1804;</p>  <!-- Display: ܌ -->

HTML Hexadecimal:

<p>HTML hex: &#x070C;</p>  <!-- Display: ܌ -->

URL Encoding:

// ܌ URL encoding
https://unicodefinder.com/search.php?query=%DC%8C

Encodings

MD5:

e0e0f7d40782a36c8e4a1322b13f83c4

SHA1:

3d9042dbe502c9eaed1a16d61d88cb45d40f09cb

Base64:

3Iw=