Unicode Finder

"ᚶ" U+16B6(RUNIC LETTER ENG)

U+16B6
שם בלוק
Runic
שם
RUNIC LETTER ENG

Programming

C
\u16B6
JavaScript
\u16B6
Java
\u16B6
Json
\u16B6
Python
\u16B6
Perl
\x{16B6}
PHP
\x{16B6}
Ruby
\u{16B6}
Rust
\u{16B6}
Go
\u16B6

Web

CSS
\0016B6
HtmlDecimal
ᚶ
HtmlHexadecimal
ᚶ
Url
%E1%9A%B6

Code

MD5
effb4df748889f83726482433fb11f67
Sha1
9480dc21fce5fc59bc482973e907954d5206625e
Base64
4Zq2

דוגמאות שימוש

Programming Languages

C:

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

JavaScript:

const char = '\u16B6';
console.log(char);  // Output: ᚶ

Java:

char c = '\u16B6';
System.out.println(c);  // Output: ᚶ

JSON:

{"text": "\u16B6"}  // Value: ᚶ

Python:

char = '\u16B6'
print(char)  # Output: ᚶ

Perl:

my $char = "\x{16B6}";
print $char;  # Output: ᚶ

PHP:

$char = "\x{16B6}";
echo $char;  // Output: ᚶ

Ruby:

char = "\u{16B6}"
puts char  # Output: ᚶ

Rust:

let c = '\u{16B6}';
println!("{}", c);  // Output: ᚶ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0016B6";  /* Display: ᚶ */
}

HTML Decimal:

<p>HTML decimal: &#5814;</p>  <!-- Display: ᚶ -->

HTML Hexadecimal:

<p>HTML hex: &#x16B6;</p>  <!-- Display: ᚶ -->

URL Encoding:

// ᚶ URL encoding
https://unicodefinder.com/search.php?query=%E1%9A%B6

Encodings

MD5:

effb4df748889f83726482433fb11f67

SHA1:

9480dc21fce5fc59bc482973e907954d5206625e

Base64:

4Zq2