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