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