C:
char c = '\u1A7B';
printf("%c\n", c); // Output: ᩻
JavaScript:
const char = '\u1A7B';
console.log(char); // Output: ᩻
Java:
char c = '\u1A7B';
System.out.println(c); // Output: ᩻
JSON:
{"text": "\u1A7B"} // Value: ᩻
Python:
char = '\u1A7B'
print(char) # Output: ᩻
Perl:
my $char = "\x{1A7B}";
print $char; # Output: ᩻
PHP:
$char = "\x{1A7B}";
echo $char; // Output: ᩻
Ruby:
char = "\u{1A7B}"
puts char # Output: ᩻
Rust:
let c = '\u{1A7B}';
println!("{}", c); // Output: ᩻
Go:
char := '\u1A7B'
fmt.Printf("%c\n", char) // Output: ᩻
CSS:
/* CSS content property */
.element::before {
content: "\001A7B"; /* 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%A9%BB
MD5:
04e93b22aea8433464ef88d1391d8d1c
SHA1:
bfb53e3d5c197471c45caf10a4e43504bdc5a251
Base64:
4am7