Unicode Finder

"奵" U+5975(CJK UNIFIED IDEOGRAPH-5975)

U+5975
ब्लॉक का नाम
CJK Unified Ideographs
नाम
CJK UNIFIED IDEOGRAPH-5975

Programming

C
\u5975
JavaScript
\u5975
Java
\u5975
Json
\u5975
Python
\u5975
Perl
\x{5975}
PHP
\x{5975}
Ruby
\u{5975}
Rust
\u{5975}
Go
\u5975

Web

CSS
\005975
HtmlDecimal
奵
HtmlHexadecimal
奵
Url
%E5%A5%B5

Code

MD5
1f6c5632827b55e73561d90fc276121a
Sha1
84e4d9fafb345ff440a1ae5eb7968986a707ebe7
Base64
5aW1

उपयोग के उदाहरण

Programming Languages

C:

char c = '\u5975';
printf("%c\n", c);  // Output: 奵

JavaScript:

const char = '\u5975';
console.log(char);  // Output: 奵

Java:

char c = '\u5975';
System.out.println(c);  // Output: 奵

JSON:

{"text": "\u5975"}  // Value: 奵

Python:

char = '\u5975'
print(char)  # Output: 奵

Perl:

my $char = "\x{5975}";
print $char;  # Output: 奵

PHP:

$char = "\x{5975}";
echo $char;  // Output: 奵

Ruby:

char = "\u{5975}"
puts char  # Output: 奵

Rust:

let c = '\u{5975}';
println!("{}", c);  // Output: 奵

Go:

char := '\u5975'
fmt.Printf("%c\n", char)  // Output: 奵

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005975";  /* Display: 奵 */
}

HTML Decimal:

<p>HTML decimal: &#22901;</p>  <!-- Display: 奵 -->

HTML Hexadecimal:

<p>HTML hex: &#x5975;</p>  <!-- Display: 奵 -->

URL Encoding:

// 奵 URL encoding
https://unicodefinder.com/search.php?query=%E5%A5%B5

Encodings

MD5:

1f6c5632827b55e73561d90fc276121a

SHA1:

84e4d9fafb345ff440a1ae5eb7968986a707ebe7

Base64:

5aW1