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