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