Unicode Finder

"倵" U+5035(CJK UNIFIED IDEOGRAPH-5035)

U+5035
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-5035

Programming

C
\u5035
JavaScript
\u5035
Java
\u5035
Json
\u5035
Python
\u5035
Perl
\x{5035}
PHP
\x{5035}
Ruby
\u{5035}
Rust
\u{5035}
Go
\u5035

Web

CSS
\005035
HtmlDecimal
倵
HtmlHexadecimal
倵
Url
%E5%80%B5

Code

MD5
e1821bb7afb9a55328c87c5268db646e
Sha1
cad2775daf9f957bf42d6e7f0ee0bc38de151385
Base64
5YC1

使用例

Programming Languages

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: 倵

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005035";  /* Display: 倵 */
}

HTML Decimal:

<p>HTML decimal: &#20533;</p>  <!-- Display: 倵 -->

HTML Hexadecimal:

<p>HTML hex: &#x5035;</p>  <!-- Display: 倵 -->

URL Encoding:

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

Encodings

MD5:

e1821bb7afb9a55328c87c5268db646e

SHA1:

cad2775daf9f957bf42d6e7f0ee0bc38de151385

Base64:

5YC1