Unicode Finder

"埸" U+57F8(CJK UNIFIED IDEOGRAPH-57F8)

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

Programming

C
\u57F8
JavaScript
\u57F8
Java
\u57F8
Json
\u57F8
Python
\u57F8
Perl
\x{57F8}
PHP
\x{57F8}
Ruby
\u{57F8}
Rust
\u{57F8}
Go
\u57F8

Web

CSS
\0057F8
HtmlDecimal
埸
HtmlHexadecimal
埸
Url
%E5%9F%B8

Code

MD5
baf5fe9d165345f8f60ed9fac8ab4265
Sha1
94ee4a419bfd2e15ef0383f6476236c17b83eb0f
Base64
5Z+4

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

Programming Languages

C:

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

JavaScript:

const char = '\u57F8';
console.log(char);  // Output: 埸

Java:

char c = '\u57F8';
System.out.println(c);  // Output: 埸

JSON:

{"text": "\u57F8"}  // Value: 埸

Python:

char = '\u57F8'
print(char)  # Output: 埸

Perl:

my $char = "\x{57F8}";
print $char;  # Output: 埸

PHP:

$char = "\x{57F8}";
echo $char;  // Output: 埸

Ruby:

char = "\u{57F8}"
puts char  # Output: 埸

Rust:

let c = '\u{57F8}';
println!("{}", c);  // Output: 埸

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0057F8";  /* Display: 埸 */
}

HTML Decimal:

<p>HTML decimal: &#22520;</p>  <!-- Display: 埸 -->

HTML Hexadecimal:

<p>HTML hex: &#x57F8;</p>  <!-- Display: 埸 -->

URL Encoding:

// 埸 URL encoding
https://unicodefinder.com/search.php?query=%E5%9F%B8

Encodings

MD5:

baf5fe9d165345f8f60ed9fac8ab4265

SHA1:

94ee4a419bfd2e15ef0383f6476236c17b83eb0f

Base64:

5Z+4