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