C:
char c = '\uB006';
printf("%c\n", c); // Output: 뀆
JavaScript:
const char = '\uB006';
console.log(char); // Output: 뀆
Java:
char c = '\uB006';
System.out.println(c); // Output: 뀆
JSON:
{"text": "\uB006"} // Value: 뀆
Python:
char = '\uB006'
print(char) # Output: 뀆
Perl:
my $char = "\x{B006}";
print $char; # Output: 뀆
PHP:
$char = "\x{B006}";
echo $char; // Output: 뀆
Ruby:
char = "\u{B006}"
puts char # Output: 뀆
Rust:
let c = '\u{B006}';
println!("{}", c); // Output: 뀆
Go:
char := '\uB006'
fmt.Printf("%c\n", char) // Output: 뀆
CSS:
/* CSS content property */
.element::before {
content: "\00B006"; /* 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%80%86
MD5:
6e8ed0704585aaa75548ca0859bc18b6
SHA1:
75702501f293b9d5203a61c24723b94123528f87
Base64:
64CG