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