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