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