C:
char c = '\u16BB';
printf("%c\n", c); // Output: ᚻ
JavaScript:
const char = '\u16BB';
console.log(char); // Output: ᚻ
Java:
char c = '\u16BB';
System.out.println(c); // Output: ᚻ
JSON:
{"text": "\u16BB"} // Value: ᚻ
Python:
char = '\u16BB'
print(char) # Output: ᚻ
Perl:
my $char = "\x{16BB}";
print $char; # Output: ᚻ
PHP:
$char = "\x{16BB}";
echo $char; // Output: ᚻ
Ruby:
char = "\u{16BB}"
puts char # Output: ᚻ
Rust:
let c = '\u{16BB}';
println!("{}", c); // Output: ᚻ
Go:
char := '\u16BB'
fmt.Printf("%c\n", char) // Output: ᚻ
CSS:
/* CSS content property */
.element::before {
content: "\0016BB"; /* Display: ᚻ */
}
HTML Decimal:
<p>HTML decimal: ᚻ</p> <!-- Display: ᚻ -->
HTML Hexadecimal:
<p>HTML hex: ᚻ</p> <!-- Display: ᚻ -->
URL Encoding:
// ᚻ URL encoding
https://unicodefinder.com/search.php?query=%E1%9A%BB
MD5:
ecb66a491230f5295a5b1e5b45e399b3
SHA1:
564215a3a1e788a154ecee4587986272d04c4101
Base64:
4Zq7