C:
char c = '\uBBDA';
printf("%c\n", c); // Output: 믚
JavaScript:
const char = '\uBBDA';
console.log(char); // Output: 믚
Java:
char c = '\uBBDA';
System.out.println(c); // Output: 믚
JSON:
{"text": "\uBBDA"} // Value: 믚
Python:
char = '\uBBDA'
print(char) # Output: 믚
Perl:
my $char = "\x{BBDA}";
print $char; # Output: 믚
PHP:
$char = "\x{BBDA}";
echo $char; // Output: 믚
Ruby:
char = "\u{BBDA}"
puts char # Output: 믚
Rust:
let c = '\u{BBDA}';
println!("{}", c); // Output: 믚
Go:
char := '\uBBDA'
fmt.Printf("%c\n", char) // Output: 믚
CSS:
/* CSS content property */
.element::before {
content: "\00BBDA"; /* 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%AF%9A
MD5:
0459f13729ae2a212bf05647ba2bd35d
SHA1:
686bfff099a3905a9923c5f7d6364119c8828c07
Base64:
66+a