C:
char c = '\uCF34';
printf("%c\n", c); // Output: 켴
JavaScript:
const char = '\uCF34';
console.log(char); // Output: 켴
Java:
char c = '\uCF34';
System.out.println(c); // Output: 켴
JSON:
{"text": "\uCF34"} // Value: 켴
Python:
char = '\uCF34'
print(char) # Output: 켴
Perl:
my $char = "\x{CF34}";
print $char; # Output: 켴
PHP:
$char = "\x{CF34}";
echo $char; // Output: 켴
Ruby:
char = "\u{CF34}"
puts char # Output: 켴
Rust:
let c = '\u{CF34}';
println!("{}", c); // Output: 켴
Go:
char := '\uCF34'
fmt.Printf("%c\n", char) // Output: 켴
CSS:
/* CSS content property */
.element::before {
content: "\00CF34"; /* 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=%EC%BC%B4
MD5:
73bed4a719fec9f0bdeca6aa9092f36a
SHA1:
31f6f9a7faaba65dc6b6a0cc2a488fedec9d883b
Base64:
7Ly0