C:
char c = '\u8235';
printf("%c\n", c); // Output: 舵
JavaScript:
const char = '\u8235';
console.log(char); // Output: 舵
Java:
char c = '\u8235';
System.out.println(c); // Output: 舵
JSON:
{"text": "\u8235"} // Value: 舵
Python:
char = '\u8235'
print(char) # Output: 舵
Perl:
my $char = "\x{8235}";
print $char; # Output: 舵
PHP:
$char = "\x{8235}";
echo $char; // Output: 舵
Ruby:
char = "\u{8235}"
puts char # Output: 舵
Rust:
let c = '\u{8235}';
println!("{}", c); // Output: 舵
Go:
char := '\u8235'
fmt.Printf("%c\n", char) // Output: 舵
CSS:
/* CSS content property */
.element::before {
content: "\008235"; /* 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=%E8%88%B5
MD5:
ffe24cbfa2e6c10412354e7c59cd0844
SHA1:
daf347d16dbd5f64aba4cea4160b7daa5bac07fe
Base64:
6Ii1