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