C:
char c = '\uB1E5';
printf("%c\n", c); // Output: 뇥
JavaScript:
const char = '\uB1E5';
console.log(char); // Output: 뇥
Java:
char c = '\uB1E5';
System.out.println(c); // Output: 뇥
JSON:
{"text": "\uB1E5"} // Value: 뇥
Python:
char = '\uB1E5'
print(char) # Output: 뇥
Perl:
my $char = "\x{B1E5}";
print $char; # Output: 뇥
PHP:
$char = "\x{B1E5}";
echo $char; // Output: 뇥
Ruby:
char = "\u{B1E5}"
puts char # Output: 뇥
Rust:
let c = '\u{B1E5}';
println!("{}", c); // Output: 뇥
Go:
char := '\uB1E5'
fmt.Printf("%c\n", char) // Output: 뇥
CSS:
/* CSS content property */
.element::before {
content: "\00B1E5"; /* 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%A5
MD5:
4ab0d85b05ec896d26fad5b89d446ef5
SHA1:
e5fa8053aded0c21df82e033819a6b12f0d3e489
Base64:
64el