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