C:
char c = '\uC469';
printf("%c\n", c); // Output: 쑩
JavaScript:
const char = '\uC469';
console.log(char); // Output: 쑩
Java:
char c = '\uC469';
System.out.println(c); // Output: 쑩
JSON:
{"text": "\uC469"} // Value: 쑩
Python:
char = '\uC469'
print(char) # Output: 쑩
Perl:
my $char = "\x{C469}";
print $char; # Output: 쑩
PHP:
$char = "\x{C469}";
echo $char; // Output: 쑩
Ruby:
char = "\u{C469}"
puts char # Output: 쑩
Rust:
let c = '\u{C469}';
println!("{}", c); // Output: 쑩
Go:
char := '\uC469'
fmt.Printf("%c\n", char) // Output: 쑩
CSS:
/* CSS content property */
.element::before {
content: "\00C469"; /* 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%91%A9
MD5:
850258956962a8406b589b94a09fa1cc
SHA1:
133c2847b5a232be35eb3c441994cf9a4c5e826d
Base64:
7JGp