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