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