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