C:
char c = '\u16EC';
printf("%c\n", c); // Output: ᛬
JavaScript:
const char = '\u16EC';
console.log(char); // Output: ᛬
Java:
char c = '\u16EC';
System.out.println(c); // Output: ᛬
JSON:
{"text": "\u16EC"} // Value: ᛬
Python:
char = '\u16EC'
print(char) # Output: ᛬
Perl:
my $char = "\x{16EC}";
print $char; # Output: ᛬
PHP:
$char = "\x{16EC}";
echo $char; // Output: ᛬
Ruby:
char = "\u{16EC}"
puts char # Output: ᛬
Rust:
let c = '\u{16EC}';
println!("{}", c); // Output: ᛬
Go:
char := '\u16EC'
fmt.Printf("%c\n", char) // Output: ᛬
CSS:
/* CSS content property */
.element::before {
content: "\0016EC"; /* 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%9B%AC
MD5:
c5ee2ce964afc29165a154c9efb9eae8
SHA1:
8dfd04964f76b135d09ee44db4f610205c9aa519
Base64:
4Zus