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