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