C:
char c = '\uA737';
printf("%c\n", c); // Output: ꜷ
JavaScript:
const char = '\uA737';
console.log(char); // Output: ꜷ
Java:
char c = '\uA737';
System.out.println(c); // Output: ꜷ
JSON:
{"text": "\uA737"} // Value: ꜷ
Python:
char = '\uA737'
print(char) # Output: ꜷ
Perl:
my $char = "\x{A737}";
print $char; # Output: ꜷ
PHP:
$char = "\x{A737}";
echo $char; // Output: ꜷ
Ruby:
char = "\u{A737}"
puts char # Output: ꜷ
Rust:
let c = '\u{A737}';
println!("{}", c); // Output: ꜷ
Go:
char := '\uA737'
fmt.Printf("%c\n", char) // Output: ꜷ
CSS:
/* CSS content property */
.element::before {
content: "\00A737"; /* 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%9C%B7
MD5:
ee1afaa40b7111ecfa05192b091e097c
SHA1:
c236ddfe16deb9e992fab696cecc2b763d3eb935
Base64:
6py3