C:
char c = '\uA976';
printf("%c\n", c); // Output: ꥶ
JavaScript:
const char = '\uA976';
console.log(char); // Output: ꥶ
Java:
char c = '\uA976';
System.out.println(c); // Output: ꥶ
JSON:
{"text": "\uA976"} // Value: ꥶ
Python:
char = '\uA976'
print(char) # Output: ꥶ
Perl:
my $char = "\x{A976}";
print $char; # Output: ꥶ
PHP:
$char = "\x{A976}";
echo $char; // Output: ꥶ
Ruby:
char = "\u{A976}"
puts char # Output: ꥶ
Rust:
let c = '\u{A976}';
println!("{}", c); // Output: ꥶ
Go:
char := '\uA976'
fmt.Printf("%c\n", char) // Output: ꥶ
CSS:
/* CSS content property */
.element::before {
content: "\00A976"; /* 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=%EA%A5%B6
MD5:
e35fbf511834734042878bd54b2f82ac
SHA1:
38da0a5f1d5bdf2e6eaaa98f7d4796fe9161014d
Base64:
6qW2