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