C:
char c = '\uC2EE';
printf("%c\n", c); // Output: 싮
JavaScript:
const char = '\uC2EE';
console.log(char); // Output: 싮
Java:
char c = '\uC2EE';
System.out.println(c); // Output: 싮
JSON:
{"text": "\uC2EE"} // Value: 싮
Python:
char = '\uC2EE'
print(char) # Output: 싮
Perl:
my $char = "\x{C2EE}";
print $char; # Output: 싮
PHP:
$char = "\x{C2EE}";
echo $char; // Output: 싮
Ruby:
char = "\u{C2EE}"
puts char # Output: 싮
Rust:
let c = '\u{C2EE}';
println!("{}", c); // Output: 싮
Go:
char := '\uC2EE'
fmt.Printf("%c\n", char) // Output: 싮
CSS:
/* CSS content property */
.element::before {
content: "\00C2EE"; /* 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%8B%AE
MD5:
ca7dc1ca414d04f556ec78e0c691466f
SHA1:
1f80bacb5e578eacae9146f0e82982cbfc50fe8e
Base64:
7Iuu