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