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