C:
char c = '\u608B';
printf("%c\n", c); // Output: 悋
JavaScript:
const char = '\u608B';
console.log(char); // Output: 悋
Java:
char c = '\u608B';
System.out.println(c); // Output: 悋
JSON:
{"text": "\u608B"} // Value: 悋
Python:
char = '\u608B'
print(char) # Output: 悋
Perl:
my $char = "\x{608B}";
print $char; # Output: 悋
PHP:
$char = "\x{608B}";
echo $char; // Output: 悋
Ruby:
char = "\u{608B}"
puts char # Output: 悋
Rust:
let c = '\u{608B}';
println!("{}", c); // Output: 悋
Go:
char := '\u608B'
fmt.Printf("%c\n", char) // Output: 悋
CSS:
/* CSS content property */
.element::before {
content: "\00608B"; /* 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=%E6%82%8B
MD5:
b8734a9527e05f8be85689aee1e08532
SHA1:
3183dfc990b3d84475f1c8cc589110d39f4dd975
Base64:
5oKL