C:
char c = '\uB476';
printf("%c\n", c); // Output: 둶
JavaScript:
const char = '\uB476';
console.log(char); // Output: 둶
Java:
char c = '\uB476';
System.out.println(c); // Output: 둶
JSON:
{"text": "\uB476"} // Value: 둶
Python:
char = '\uB476'
print(char) # Output: 둶
Perl:
my $char = "\x{B476}";
print $char; # Output: 둶
PHP:
$char = "\x{B476}";
echo $char; // Output: 둶
Ruby:
char = "\u{B476}"
puts char # Output: 둶
Rust:
let c = '\u{B476}';
println!("{}", c); // Output: 둶
Go:
char := '\uB476'
fmt.Printf("%c\n", char) // Output: 둶
CSS:
/* CSS content property */
.element::before {
content: "\00B476"; /* 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%91%B6
MD5:
a86ddf59fb44db2dd97cd520eecc32e4
SHA1:
285ea3b4fcbccc6388b832c73427be2de5190e34
Base64:
65G2