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