Unicode Finder

"࠳" U+0833(SAMARITAN PUNCTUATION BAU)

U+0833
Blok Adı
Samaritan
Ad
SAMARITAN PUNCTUATION BAU

Programming

C
\u0833
JavaScript
\u0833
Java
\u0833
Json
\u0833
Python
\u0833
Perl
\x{0833}
PHP
\x{0833}
Ruby
\u{0833}
Rust
\u{833}
Go
\u0833

Web

CSS
\000833
HtmlDecimal
࠳
HtmlHexadecimal
࠳
Url
%E0%A0%B3

Code

MD5
2fddf573e36fd98dde5604f55578eec4
Sha1
14facccc4945d6f54cc7d0886d2436ebe39e0998
Base64
4KCz

Kullanım Örnekleri

Programming Languages

C:

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

JavaScript:

const char = '\u0833';
console.log(char);  // Output: ࠳

Java:

char c = '\u0833';
System.out.println(c);  // Output: ࠳

JSON:

{"text": "\u0833"}  // Value: ࠳

Python:

char = '\u0833'
print(char)  # Output: ࠳

Perl:

my $char = "\x{0833}";
print $char;  # Output: ࠳

PHP:

$char = "\x{0833}";
echo $char;  // Output: ࠳

Ruby:

char = "\u{0833}"
puts char  # Output: ࠳

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\000833";  /* Display: ࠳ */
}

HTML Decimal:

<p>HTML decimal: &#2099;</p>  <!-- Display: ࠳ -->

HTML Hexadecimal:

<p>HTML hex: &#x0833;</p>  <!-- Display: ࠳ -->

URL Encoding:

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

Encodings

MD5:

2fddf573e36fd98dde5604f55578eec4

SHA1:

14facccc4945d6f54cc7d0886d2436ebe39e0998

Base64:

4KCz