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