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