C:
char c = '\uB944';
printf("%c\n", c); // Output: 륄
JavaScript:
const char = '\uB944';
console.log(char); // Output: 륄
Java:
char c = '\uB944';
System.out.println(c); // Output: 륄
JSON:
{"text": "\uB944"} // Value: 륄
Python:
char = '\uB944'
print(char) # Output: 륄
Perl:
my $char = "\x{B944}";
print $char; # Output: 륄
PHP:
$char = "\x{B944}";
echo $char; // Output: 륄
Ruby:
char = "\u{B944}"
puts char # Output: 륄
Rust:
let c = '\u{B944}';
println!("{}", c); // Output: 륄
Go:
char := '\uB944'
fmt.Printf("%c\n", char) // Output: 륄
CSS:
/* CSS content property */
.element::before {
content: "\00B944"; /* 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%A5%84
MD5:
864e6b5f6ab707a84c05b331b0aa74d8
SHA1:
5eb36dd1e1c2bfa7864b49b441ff885fe4320114
Base64:
66WE