C:
char c = '\uC213';
printf("%c\n", c); // Output: 숓
JavaScript:
const char = '\uC213';
console.log(char); // Output: 숓
Java:
char c = '\uC213';
System.out.println(c); // Output: 숓
JSON:
{"text": "\uC213"} // Value: 숓
Python:
char = '\uC213'
print(char) # Output: 숓
Perl:
my $char = "\x{C213}";
print $char; # Output: 숓
PHP:
$char = "\x{C213}";
echo $char; // Output: 숓
Ruby:
char = "\u{C213}"
puts char # Output: 숓
Rust:
let c = '\u{C213}';
println!("{}", c); // Output: 숓
Go:
char := '\uC213'
fmt.Printf("%c\n", char) // Output: 숓
CSS:
/* CSS content property */
.element::before {
content: "\00C213"; /* 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%88%93
MD5:
4e801d1e7287eed62f4a3fd21f8ab2dc
SHA1:
3045d51b13d75cf6a917b2ed681b0654d584a00e
Base64:
7IiT