C:
char c = '\uB1EB';
printf("%c\n", c); // Output: 뇫
JavaScript:
const char = '\uB1EB';
console.log(char); // Output: 뇫
Java:
char c = '\uB1EB';
System.out.println(c); // Output: 뇫
JSON:
{"text": "\uB1EB"} // Value: 뇫
Python:
char = '\uB1EB'
print(char) # Output: 뇫
Perl:
my $char = "\x{B1EB}";
print $char; # Output: 뇫
PHP:
$char = "\x{B1EB}";
echo $char; // Output: 뇫
Ruby:
char = "\u{B1EB}"
puts char # Output: 뇫
Rust:
let c = '\u{B1EB}';
println!("{}", c); // Output: 뇫
Go:
char := '\uB1EB'
fmt.Printf("%c\n", char) // Output: 뇫
CSS:
/* CSS content property */
.element::before {
content: "\00B1EB"; /* 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%87%AB
MD5:
0e7d69c5c61c9227aff5b8beb10af7e3
SHA1:
151bf1e614f8ed061f8e07ef943733097c734a13
Base64:
64er