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