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