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