C:
char c = '\uCC59';
printf("%c\n", c); // Output: 챙
JavaScript:
const char = '\uCC59';
console.log(char); // Output: 챙
Java:
char c = '\uCC59';
System.out.println(c); // Output: 챙
JSON:
{"text": "\uCC59"} // Value: 챙
Python:
char = '\uCC59'
print(char) # Output: 챙
Perl:
my $char = "\x{CC59}";
print $char; # Output: 챙
PHP:
$char = "\x{CC59}";
echo $char; // Output: 챙
Ruby:
char = "\u{CC59}"
puts char # Output: 챙
Rust:
let c = '\u{CC59}';
println!("{}", c); // Output: 챙
Go:
char := '\uCC59'
fmt.Printf("%c\n", char) // Output: 챙
CSS:
/* CSS content property */
.element::before {
content: "\00CC59"; /* 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%B1%99
MD5:
109062d6b6b10c1c73eddf4afef664a0
SHA1:
3e4e67783e955777675bb00a5fb2cc5d88a0224d
Base64:
7LGZ