Unicode Finder

"ᛵ" U+16F5(RUNIC LETTER FRANKS CASKET IS)

U+16F5
ブロック名
Runic
名前
RUNIC LETTER FRANKS CASKET IS

Programming

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

Web

CSS
\0016F5
HtmlDecimal
ᛵ
HtmlHexadecimal
ᛵ
Url
%E1%9B%B5

Code

MD5
7ecd874ee900976538a9dcd9e90e0ad8
Sha1
aabe40b24dff3121833288b4e8fec7a0e739a901
Base64
4Zu1

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u16F5';
console.log(char);  // Output: ᛵ

Java:

char c = '\u16F5';
System.out.println(c);  // Output: ᛵ

JSON:

{"text": "\u16F5"}  // Value: ᛵ

Python:

char = '\u16F5'
print(char)  # Output: ᛵ

Perl:

my $char = "\x{16F5}";
print $char;  # Output: ᛵ

PHP:

$char = "\x{16F5}";
echo $char;  // Output: ᛵ

Ruby:

char = "\u{16F5}"
puts char  # Output: ᛵ

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#5877;</p>  <!-- Display: ᛵ -->

HTML Hexadecimal:

<p>HTML hex: &#x16F5;</p>  <!-- Display: ᛵ -->

URL Encoding:

// ᛵ URL encoding
https://unicodefinder.com/search.php?query=%E1%9B%B5

Encodings

MD5:

7ecd874ee900976538a9dcd9e90e0ad8

SHA1:

aabe40b24dff3121833288b4e8fec7a0e739a901

Base64:

4Zu1