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