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