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