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