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