C:
char c = '\uBFC5';
printf("%c\n", c); // Output: 뿅
JavaScript:
const char = '\uBFC5';
console.log(char); // Output: 뿅
Java:
char c = '\uBFC5';
System.out.println(c); // Output: 뿅
JSON:
{"text": "\uBFC5"} // Value: 뿅
Python:
char = '\uBFC5'
print(char) # Output: 뿅
Perl:
my $char = "\x{BFC5}";
print $char; # Output: 뿅
PHP:
$char = "\x{BFC5}";
echo $char; // Output: 뿅
Ruby:
char = "\u{BFC5}"
puts char # Output: 뿅
Rust:
let c = '\u{BFC5}';
println!("{}", c); // Output: 뿅
Go:
char := '\uBFC5'
fmt.Printf("%c\n", char) // Output: 뿅
CSS:
/* CSS content property */
.element::before {
content: "\00BFC5"; /* 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%BF%85
MD5:
3c620e705af01950a9643b83249aeed8
SHA1:
493826b447c36b9ec2beecf2e0b917fedbcaab40
Base64:
67+F