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