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