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