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