C:
char c = '\uBE01';
printf("%c\n", c); // Output: 븁
JavaScript:
const char = '\uBE01';
console.log(char); // Output: 븁
Java:
char c = '\uBE01';
System.out.println(c); // Output: 븁
JSON:
{"text": "\uBE01"} // Value: 븁
Python:
char = '\uBE01'
print(char) # Output: 븁
Perl:
my $char = "\x{BE01}";
print $char; # Output: 븁
PHP:
$char = "\x{BE01}";
echo $char; // Output: 븁
Ruby:
char = "\u{BE01}"
puts char # Output: 븁
Rust:
let c = '\u{BE01}';
println!("{}", c); // Output: 븁
Go:
char := '\uBE01'
fmt.Printf("%c\n", char) // Output: 븁
CSS:
/* CSS content property */
.element::before {
content: "\00BE01"; /* 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%B8%81
MD5:
f0a3dc4dfe27ea9e265859702cfe36d4
SHA1:
6351f63657fc8e526f72e127502f321bd09b21f5
Base64:
67iB