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