C:
char c = '\uB7BE';
printf("%c\n", c); // Output: 랾
JavaScript:
const char = '\uB7BE';
console.log(char); // Output: 랾
Java:
char c = '\uB7BE';
System.out.println(c); // Output: 랾
JSON:
{"text": "\uB7BE"} // Value: 랾
Python:
char = '\uB7BE'
print(char) # Output: 랾
Perl:
my $char = "\x{B7BE}";
print $char; # Output: 랾
PHP:
$char = "\x{B7BE}";
echo $char; // Output: 랾
Ruby:
char = "\u{B7BE}"
puts char # Output: 랾
Rust:
let c = '\u{B7BE}';
println!("{}", c); // Output: 랾
Go:
char := '\uB7BE'
fmt.Printf("%c\n", char) // Output: 랾
CSS:
/* CSS content property */
.element::before {
content: "\00B7BE"; /* 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%BE
MD5:
75637cf4b6beb0bb1f7ad194891a6271
SHA1:
2a862a5a9ab866be08c03247bd89e59e935fc0cb
Base64:
656+