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