C:
char c = '\uB8F5';
printf("%c\n", c); // Output: 룵
JavaScript:
const char = '\uB8F5';
console.log(char); // Output: 룵
Java:
char c = '\uB8F5';
System.out.println(c); // Output: 룵
JSON:
{"text": "\uB8F5"} // Value: 룵
Python:
char = '\uB8F5'
print(char) # Output: 룵
Perl:
my $char = "\x{B8F5}";
print $char; # Output: 룵
PHP:
$char = "\x{B8F5}";
echo $char; // Output: 룵
Ruby:
char = "\u{B8F5}"
puts char # Output: 룵
Rust:
let c = '\u{B8F5}';
println!("{}", c); // Output: 룵
Go:
char := '\uB8F5'
fmt.Printf("%c\n", char) // Output: 룵
CSS:
/* CSS content property */
.element::before {
content: "\00B8F5"; /* 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%A3%B5
MD5:
3bb742c641fc73b3a6ddd86c92b09ac4
SHA1:
059e35d7f961424c6b443d8a944aa1d87e1d3f73
Base64:
66O1