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