C:
char c = '\uB840';
printf("%c\n", c); // Output: 례
JavaScript:
const char = '\uB840';
console.log(char); // Output: 례
Java:
char c = '\uB840';
System.out.println(c); // Output: 례
JSON:
{"text": "\uB840"} // Value: 례
Python:
char = '\uB840'
print(char) # Output: 례
Perl:
my $char = "\x{B840}";
print $char; # Output: 례
PHP:
$char = "\x{B840}";
echo $char; // Output: 례
Ruby:
char = "\u{B840}"
puts char # Output: 례
Rust:
let c = '\u{B840}';
println!("{}", c); // Output: 례
Go:
char := '\uB840'
fmt.Printf("%c\n", char) // Output: 례
CSS:
/* CSS content property */
.element::before {
content: "\00B840"; /* 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%A1%80
MD5:
417eb977e5797625988012ee7ef8678b
SHA1:
42005b10e6607cfca8eb9651434ca727e8b0c64a
Base64:
66GA