C:
char c = '\uB79E';
printf("%c\n", c); // Output: 랞
JavaScript:
const char = '\uB79E';
console.log(char); // Output: 랞
Java:
char c = '\uB79E';
System.out.println(c); // Output: 랞
JSON:
{"text": "\uB79E"} // Value: 랞
Python:
char = '\uB79E'
print(char) # Output: 랞
Perl:
my $char = "\x{B79E}";
print $char; # Output: 랞
PHP:
$char = "\x{B79E}";
echo $char; // Output: 랞
Ruby:
char = "\u{B79E}"
puts char # Output: 랞
Rust:
let c = '\u{B79E}';
println!("{}", c); // Output: 랞
Go:
char := '\uB79E'
fmt.Printf("%c\n", char) // Output: 랞
CSS:
/* CSS content property */
.element::before {
content: "\00B79E"; /* 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=%EB%9E%9E
MD5:
943fafbd0e2f2e4c0e486585c6460bb5
SHA1:
0fd91ea9aae77c8fe36ae9eb07efbe3d1b96f92b
Base64:
656e