C:
char c = '\uB7F5';
printf("%c\n", c); // Output: 럵
JavaScript:
const char = '\uB7F5';
console.log(char); // Output: 럵
Java:
char c = '\uB7F5';
System.out.println(c); // Output: 럵
JSON:
{"text": "\uB7F5"} // Value: 럵
Python:
char = '\uB7F5'
print(char) # Output: 럵
Perl:
my $char = "\x{B7F5}";
print $char; # Output: 럵
PHP:
$char = "\x{B7F5}";
echo $char; // Output: 럵
Ruby:
char = "\u{B7F5}"
puts char # Output: 럵
Rust:
let c = '\u{B7F5}';
println!("{}", c); // Output: 럵
Go:
char := '\uB7F5'
fmt.Printf("%c\n", char) // Output: 럵
CSS:
/* CSS content property */
.element::before {
content: "\00B7F5"; /* 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%9F%B5
MD5:
59a5b3b6e3085caa58533e03fe9c372b
SHA1:
72667a4a59877ab3611505e66b1e6720707f4474
Base64:
65+1