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