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