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