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