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