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