C:
char c = '\uC4D9';
printf("%c\n", c); // Output: 쓙
JavaScript:
const char = '\uC4D9';
console.log(char); // Output: 쓙
Java:
char c = '\uC4D9';
System.out.println(c); // Output: 쓙
JSON:
{"text": "\uC4D9"} // Value: 쓙
Python:
char = '\uC4D9'
print(char) # Output: 쓙
Perl:
my $char = "\x{C4D9}";
print $char; # Output: 쓙
PHP:
$char = "\x{C4D9}";
echo $char; // Output: 쓙
Ruby:
char = "\u{C4D9}"
puts char # Output: 쓙
Rust:
let c = '\u{C4D9}';
println!("{}", c); // Output: 쓙
Go:
char := '\uC4D9'
fmt.Printf("%c\n", char) // Output: 쓙
CSS:
/* CSS content property */
.element::before {
content: "\00C4D9"; /* 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%93%99
MD5:
1e938b16f4927b1c67cde46c04113bd1
SHA1:
6f138b1227332cce8fa808d0ac64bd3fd68856b3
Base64:
7JOZ