Unicode Finder

"ⴻ" U+2D3B(TIFINAGH LETTER YEY)

U+2D3B
Block Name
Tifinagh
Name
TIFINAGH LETTER YEY

Programming

C
\u2D3B
JavaScript
\u2D3B
Java
\u2D3B
Json
\u2D3B
Python
\u2D3B
Perl
\x{2D3B}
PHP
\x{2D3B}
Ruby
\u{2D3B}
Rust
\u{2D3B}
Go
\u2D3B

Web

CSS
\002D3B
HtmlDecimal
ⴻ
HtmlHexadecimal
ⴻ
Url
%E2%B4%BB

Code

MD5
1188323c1461155a3c78b94ea2b415f2
Sha1
e5d8fcb44781dbd5cfaf59c37e740a4f27a1dae4
Base64
4rS7

Usage Examples

Programming Languages

C:

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

JavaScript:

const char = '\u2D3B';
console.log(char);  // Output: ⴻ

Java:

char c = '\u2D3B';
System.out.println(c);  // Output: ⴻ

JSON:

{"text": "\u2D3B"}  // Value: ⴻ

Python:

char = '\u2D3B'
print(char)  # Output: ⴻ

Perl:

my $char = "\x{2D3B}";
print $char;  # Output: ⴻ

PHP:

$char = "\x{2D3B}";
echo $char;  // Output: ⴻ

Ruby:

char = "\u{2D3B}"
puts char  # Output: ⴻ

Rust:

let c = '\u{2D3B}';
println!("{}", c);  // Output: ⴻ

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\002D3B";  /* Display: ⴻ */
}

HTML Decimal:

<p>HTML decimal: &#11579;</p>  <!-- Display: ⴻ -->

HTML Hexadecimal:

<p>HTML hex: &#x2D3B;</p>  <!-- Display: ⴻ -->

URL Encoding:

// ⴻ URL encoding
https://unicodefinder.com/search.php?query=%E2%B4%BB

Encodings

MD5:

1188323c1461155a3c78b94ea2b415f2

SHA1:

e5d8fcb44781dbd5cfaf59c37e740a4f27a1dae4

Base64:

4rS7