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