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