C:
char c = '\uBEB5';
printf("%c\n", c); // Output: 뺵
JavaScript:
const char = '\uBEB5';
console.log(char); // Output: 뺵
Java:
char c = '\uBEB5';
System.out.println(c); // Output: 뺵
JSON:
{"text": "\uBEB5"} // Value: 뺵
Python:
char = '\uBEB5'
print(char) # Output: 뺵
Perl:
my $char = "\x{BEB5}";
print $char; # Output: 뺵
PHP:
$char = "\x{BEB5}";
echo $char; // Output: 뺵
Ruby:
char = "\u{BEB5}"
puts char # Output: 뺵
Rust:
let c = '\u{BEB5}';
println!("{}", c); // Output: 뺵
Go:
char := '\uBEB5'
fmt.Printf("%c\n", char) // Output: 뺵
CSS:
/* CSS content property */
.element::before {
content: "\00BEB5"; /* 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%BA%B5
MD5:
3fb79d53b56736513463b3ffbbd0df44
SHA1:
ad25326c927a70fcacdcbd6944544bf0bc7f3242
Base64:
67q1