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