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