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