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