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