C:
char c = '\uC587';
printf("%c\n", c); // Output: 얇
JavaScript:
const char = '\uC587';
console.log(char); // Output: 얇
Java:
char c = '\uC587';
System.out.println(c); // Output: 얇
JSON:
{"text": "\uC587"} // Value: 얇
Python:
char = '\uC587'
print(char) # Output: 얇
Perl:
my $char = "\x{C587}";
print $char; # Output: 얇
PHP:
$char = "\x{C587}";
echo $char; // Output: 얇
Ruby:
char = "\u{C587}"
puts char # Output: 얇
Rust:
let c = '\u{C587}';
println!("{}", c); // Output: 얇
Go:
char := '\uC587'
fmt.Printf("%c\n", char) // Output: 얇
CSS:
/* CSS content property */
.element::before {
content: "\00C587"; /* 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%96%87
MD5:
55821408ace097b20f21c6051099b265
SHA1:
46580a781ad03bd66ac3c4227c93f4cda641c63f
Base64:
7JaH