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