C:
char c = '\uC437';
printf("%c\n", c); // Output: 쐷
JavaScript:
const char = '\uC437';
console.log(char); // Output: 쐷
Java:
char c = '\uC437';
System.out.println(c); // Output: 쐷
JSON:
{"text": "\uC437"} // Value: 쐷
Python:
char = '\uC437'
print(char) # Output: 쐷
Perl:
my $char = "\x{C437}";
print $char; # Output: 쐷
PHP:
$char = "\x{C437}";
echo $char; // Output: 쐷
Ruby:
char = "\u{C437}"
puts char # Output: 쐷
Rust:
let c = '\u{C437}';
println!("{}", c); // Output: 쐷
Go:
char := '\uC437'
fmt.Printf("%c\n", char) // Output: 쐷
CSS:
/* CSS content property */
.element::before {
content: "\00C437"; /* 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%90%B7
MD5:
a57acfaf11d214014fdc8709dd2ccc03
SHA1:
45057fd8dada51ad74bb4cbe9a009ced8c40d094
Base64:
7JC3