C:
char c = '\u5035';
printf("%c\n", c); // Output: 倵
JavaScript:
const char = '\u5035';
console.log(char); // Output: 倵
Java:
char c = '\u5035';
System.out.println(c); // Output: 倵
JSON:
{"text": "\u5035"} // Value: 倵
Python:
char = '\u5035'
print(char) # Output: 倵
Perl:
my $char = "\x{5035}";
print $char; # Output: 倵
PHP:
$char = "\x{5035}";
echo $char; // Output: 倵
Ruby:
char = "\u{5035}"
puts char # Output: 倵
Rust:
let c = '\u{5035}';
println!("{}", c); // Output: 倵
Go:
char := '\u5035'
fmt.Printf("%c\n", char) // Output: 倵
CSS:
/* CSS content property */
.element::before {
content: "\005035"; /* 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=%E5%80%B5
MD5:
e1821bb7afb9a55328c87c5268db646e
SHA1:
cad2775daf9f957bf42d6e7f0ee0bc38de151385
Base64:
5YC1